File tree Expand file tree Collapse file tree 5 files changed +5
-11
lines changed Expand file tree Collapse file tree 5 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 37
37
javaVersion = JavaVersion . VERSION_21
38
38
}
39
39
40
- wrapper {
41
- description ' Setup the Gradle wrapper'
42
- gradleVersion = ' 8.8'
43
- distributionUrl = " https://services.gradle.org/distributions/gradle-${ gradleVersion} -all.zip"
44
- }
45
-
46
40
allprojects {
47
41
group = ' com.ak'
48
- version = ' 2024.06.06 '
42
+ version = ' 2024.06.12 '
49
43
apply plugin : ' idea'
50
44
idea {
51
45
module {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.8-all .zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.8-bin .zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 55
55
# Darwin, MinGW, and NonStop.
56
56
#
57
57
# (3) This script is generated from the Groovy template
58
- # https://github.com/gradle/gradle/blob/HEAD/subprojects/ plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
58
+ # https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/ plugins-application /src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
59
59
# within the Gradle project.
60
60
#
61
61
# You can find Gradle at https://github.com/gradle/gradle/.
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
javamodularity-moduleplugin = ' 1.8.15'
3
3
sonarqube = ' 5.0.0.4638'
4
- spotbugs = ' 6.0.15 '
4
+ spotbugs = ' 6.0.16 '
5
5
ben-manes-versions = ' 0.51.0'
6
6
nebula-lint = ' 19.0.2'
7
7
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ private MainApp() {
7
7
}
8
8
9
9
public static void main (String [] args ) {
10
- Logger .getLogger (MainApp .class .getName ()).info (() -> "Hello word 2024.06.06 !" );
10
+ Logger .getLogger (MainApp .class .getName ()).info (() -> "Hello word 2024.06.12 !" );
11
11
}
12
12
}
You can’t perform that action at this time.
0 commit comments