File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 46
46
ORG_GRADLE_PROJECT_signingInMemoryKeyId : ${{ vars.SIGNING_KEY_ID }}
47
47
ORG_GRADLE_PROJECT_singingInMemoryKey : ${{ secrets.SIGNING_KEY }}
48
48
ORG_GRADLE_PROJECT_singingInMemoryKeyPassword : ${{ secrets.SIGNING_PASSWORD }}
49
+ ORG_GRADLE_PROJECT_signing_gnupg_keyName : ${{ vars.SIGNING_KEY_ID }}
50
+ ORG_GRADLE_PROJECT_singing_gnupg_passphrase : ${{ secrets.SIGNING_PASSWORD }}
49
51
Original file line number Diff line number Diff line change 48
48
ORG_GRADLE_PROJECT_signingInMemoryKeyId : ${{ vars.SIGNING_KEY_ID }}
49
49
ORG_GRADLE_PROJECT_singingInMemoryKey : ${{ secrets.SIGNING_KEY }}
50
50
ORG_GRADLE_PROJECT_singingInMemoryKeyPassword : ${{ secrets.SIGNING_PASSWORD }}
51
+ ORG_GRADLE_PROJECT_signing_gnupg_keyName : ${{ vars.SIGNING_KEY_ID }}
52
+ ORG_GRADLE_PROJECT_singing_gnupg_passphrase : ${{ secrets.SIGNING_PASSWORD }}
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ testing {
70
70
}
71
71
}
72
72
73
- val projectVersion by extra(" 2.1.0 " )
73
+ val projectVersion by extra(" 2.1.1 " )
74
74
75
75
public val jdkVersion = 24
76
76
// Apply a specific Java toolchain to ease working on different environments.
81
81
}
82
82
}
83
83
84
- val isSnapshot = true
84
+ val isSnapshot = false
85
85
version = if (isSnapshot) {
86
86
" $projectVersion -jdk${jdkVersion} -SNAPSHOT"
87
87
} else {
You can’t perform that action at this time.
0 commit comments