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@v6.0.1
15+ uses : actions/checkout@v6.0.2
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@v6.0.1
25+ uses : actions/checkout@v6.0.2
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v3.0.0
43+ - uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v3.0.0
4444 - name : Create GitHut Release
45- uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v0.1.15
45+ uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v0.1.15
4646 with :
4747 generate_release_notes : true
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ plugins {
22 id ' eclipse'
33 id ' java-gradle-plugin'
44 id ' maven-publish' // used for publishing to local maven repository
5- id ' com.gradle.plugin-publish' version ' 2.0.0 '
6- id ' com.gradleup.shadow' version ' 9.3.0 '
5+ id ' com.gradle.plugin-publish' version ' 2.1.1 '
6+ id ' com.gradleup.shadow' version ' 9.4.1 '
77 id ' com.github.ben-manes.versions' version ' 0.53.0'
88}
99
@@ -36,7 +36,7 @@ def jUnitVersion = '6.0.1'
3636dependencies {
3737 implementation gradleApi()
3838 implementation ' org.jooq:joor:0.9.15'
39- plugin ' com.github.javaparser:javaparser-symbol-solver-core:3.27.1 '
39+ plugin ' com.github.javaparser:javaparser-symbol-solver-core:3.28.0 '
4040
4141 testImplementation gradleTestKit()
4242 testImplementation ' com.google.guava:guava-base:r03'
Original file line number Diff line number Diff line change 11plugins {
2- id " com.gradle.develocity" version " 4.3 "
2+ id " com.gradle.develocity" version " 4.4.0 "
33}
44
55rootProject. name = ' moduleplugin'
You can’t perform that action at this time.
0 commit comments