Skip to content

Commit c192e78

Browse files
committed
rename 'template' to 'convention'
1 parent 6fc6e6a commit c192e78

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- run: git fetch --prune --unshallow --tags
1818
- name: Build and publish
1919
env:
20-
jeka.repos.publish.username: ${{ secrets.OSSRH_USER }}
21-
jeka.repos.publish.password: ${{ secrets.OSSRH_PWD }}
22-
jeka.gpg.secret-key: ${{ secrets.GPG_SECRET_KEY}}
23-
jeka.gpg.passphrase: ${{ secrets.GPG_PASSPHRASE }}
24-
run: "./jeka build centralportal: publish --stacktrace"
20+
JEKA_CENTRAL_PORTAL_USERNAME: ${{ secrets.CENTRAL_PORTAL_USERNAME }}
21+
JEKA_CENTRAL_PORTAL_PASSWORD: ${{ secrets.CENTRAL_PORTAL_PASSWORD }}
22+
JEKA_CENTRAL_PORTAL_SIGN_KEY: ${{ secrets.GPG_SECRET_KEY}}
23+
JEKA_CENTRAL_PORTAL_SIGN_KEY_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
24+
run: "./jeka build centralportal: publish -cp=dev.jeka:centralportal-plugin --stacktrace"

jeka.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ jeka.version=0.11.39
22
jeka.java.version=17
33

44
jeka.kbean.default=base
5-
jeka.classpath=dev.jeka:centralportal-plugin
65

76
@base=on
87
@base.moduleId=dev.jeka:convention-examples

0 commit comments

Comments
 (0)