File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
hello/src/main/java/com/ak/app Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 18
18
- name : Setup Gradle
19
19
uses : gradle/actions/setup-gradle@v3
20
20
with :
21
- gradle-version : 8.8
21
+ gradle-version : 8.9
22
22
- name : Cache SonarCloud packages
23
23
uses : actions/cache@v4
24
24
with :
Original file line number Diff line number Diff line change 39
39
40
40
allprojects {
41
41
group = ' com.ak'
42
- version = ' 2024.06.24 '
42
+ version = ' 2024.07.26 '
43
43
apply plugin : ' idea'
44
44
apply plugin : ' java-library'
45
45
apply plugin : ' org.javamodularity.moduleplugin'
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 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -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 @@ -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.24 !" );
10
+ Logger .getLogger (MainApp .class .getName ()).info (() -> "Hello word 2024.07.26 !" );
11
11
}
12
12
}
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
javamodularity-moduleplugin = ' 1.8.15'
3
- sonarqube = ' 5.0 .0.4638 '
3
+ sonarqube = ' 5.1 .0.4882 '
4
4
jacocolog = ' 3.1.0'
5
- spotbugs = ' 6.0.17 '
5
+ spotbugs = ' 6.0.19 '
6
6
ben-manes-versions = ' 0.51.0'
7
- nebula-lint = ' 19.0.2 '
7
+ nebula-lint = ' 19.0.3 '
8
8
9
9
jsr305 = ' 3.0.2'
10
10
junit = ' 5.11.0-M2'
11
- assertj = ' 3.26.0 '
11
+ assertj = ' 3.26.3 '
12
12
13
13
[plugins ]
14
14
javamodularity-moduleplugin = { id = ' org.javamodularity.moduleplugin' , version.ref = ' javamodularity-moduleplugin' }
You can’t perform that action at this time.
0 commit comments