File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Git checkout
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6.0.1
1616 - name : Set up JDK 17
1717 uses : actions/setup-java@v5
1818 with :
Original file line number Diff line number Diff line change 2222 GRADLE_PUBLISH_SECRET : ${{ secrets.GRADLE_PUBLISH_SECRET }}
2323 steps :
2424 - name : Git checkout
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6.0.1
2626 - name : Set up JDK 17
2727 uses : actions/setup-java@v5
2828 with :
4040 permissions :
4141 contents : write
4242 steps :
43- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v3.0.0
43+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v3.0.0
4444 - name : Create GitHut Release
45- uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v0.1.15
45+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v0.1.15
4646 with :
4747 generate_release_notes : true
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id ' java-gradle-plugin'
44 id ' maven-publish' // used for publishing to local maven repository
55 id ' com.gradle.plugin-publish' version ' 2.0.0'
6- id ' com.gradleup.shadow' version ' 9.2.2 '
6+ id ' com.gradleup.shadow' version ' 9.3.0 '
77 id ' com.github.ben-manes.versions' version ' 0.53.0'
88}
99
Original file line number Diff line number Diff line change 11plugins {
2- id " com.gradle.develocity" version " 4.2.2 "
2+ id " com.gradle.develocity" version " 4.3 "
33}
44
55rootProject. name = ' moduleplugin'
You can’t perform that action at this time.
0 commit comments