File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 17
17
- run : git fetch --prune --unshallow --tags
18
18
- name : Build and publish
19
19
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"
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ jeka.version=0.11.39
2
2
jeka.java.version =17
3
3
4
4
jeka.kbean.default =base
5
- jeka.classpath =dev.jeka:centralportal-plugin
6
5
7
6
@base =on
8
7
@base.moduleId =dev.jeka:convention-examples
You can’t perform that action at this time.
0 commit comments