File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- # GH_TOKEN
2
1
# NEXUS_USER
3
2
# NEXUS_PASS64 (base64 NOTE: `base64` and `openssl base64` failed, had to use Java
4
3
# byte[] data = "{{password}}".getBytes(StandardCharsets.UTF_8);
11
10
# GRADLE_SECRET
12
11
13
12
name : deploy
13
+ permissions :
14
+ contents : write
14
15
on :
15
16
workflow_dispatch :
16
17
inputs :
27
28
runs-on : ubuntu-latest
28
29
name : deploy
29
30
env :
30
- gh_token : ${{ secrets.GH_TOKEN }}
31
+ gh_token : ${{ secrets.GITHUB_TOKEN }}
31
32
ORG_GRADLE_PROJECT_nexus_user : ${{ secrets.NEXUS_USER }}
32
33
ORG_GRADLE_PROJECT_nexus_pass64 : ${{ secrets.NEXUS_PASS64 }}
33
34
ORG_GRADLE_PROJECT_gpg_passphrase : ${{ secrets.GPG_PASSPHRASE }}
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ ext.javadoc_agg='spotless-changelog-lib spotless-changelog-plugin-gradle'
15
15
apply from : 干. file(' base/sonatype.gradle' )
16
16
17
17
String VER_JUNIT = ' 4.13.2'
18
- String VER_ASSERTJ = ' 3.24.2 '
19
- String VER_JGIT = ' 6.4 .0.202211300538 -r'
18
+ String VER_ASSERTJ = ' 3.26.0 '
19
+ String VER_JGIT = ' 6.10 .0.202406032230 -r'
20
20
21
21
subprojects {
22
22
apply from : 干. file(' base/java.gradle' )
Original file line number Diff line number Diff line change @@ -8,18 +8,18 @@ plugins {
8
8
// https://github.com/diffplug/blowdryer/blob/main/CHANGELOG.md
9
9
id ' com.diffplug.blowdryerSetup' version ' 1.7.1'
10
10
// https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md
11
- id ' com.diffplug.spotless' version ' 6.23.3 ' apply false
11
+ id ' com.diffplug.spotless' version ' 7.0.0.BETA1 ' apply false
12
12
// https://github.com/diffplug/spotless-changelog/blob/main/CHANGELOG.md
13
13
id ' com.diffplug.spotless-changelog' version ' 3.0.2' apply false
14
14
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
15
15
id ' com.gradle.plugin-publish' version ' 1.2.1' apply false
16
16
// https://github.com/equodev/equo-ide/blob/main/plugin-gradle/CHANGELOG.md
17
- id ' dev.equo.ide' version ' 1.7.5 ' apply false
17
+ id ' dev.equo.ide' version ' 1.7.6 ' apply false
18
18
// https://github.com/gradle-nexus/publish-plugin/releases
19
- id ' io.github.gradle-nexus.publish-plugin' version ' 2.0.0-rc-1 ' apply false
19
+ id ' io.github.gradle-nexus.publish-plugin' version ' 2.0.0' apply false
20
20
}
21
21
blowdryerSetup {
22
- github ' diffplug/blowdryer-diffplug' , ' tag' , ' 7.1.1 '
22
+ github ' diffplug/blowdryer-diffplug' , ' tag' , ' 7.3.0 '
23
23
// devLocal '../blowdryer-diffplug'
24
24
setPluginsBlockTo {
25
25
it. file ' plugin.versions'
You can’t perform that action at this time.
0 commit comments