File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ object Versions {
66 const val ETERNALCODE_COMMONS = " 1.1.5"
77 const val MULTIFICATION = " 1.2.1"
88
9- const val JETBRAINS_ANNOTATIONS = " 26.0.1 "
9+ const val JETBRAINS_ANNOTATIONS = " 26.0.2 "
1010 const val PLACEHOLDER_API = " 2.11.6"
1111 const val LOMBOK = " 1.18.36"
1212 const val GIT_CHECK = " 1.0.0"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ group = "com.eternalcode"
77version = " 1.5.2"
88
99checkstyle {
10- toolVersion = " 10.21.1 "
10+ toolVersion = " 10.21.2 "
1111
1212 configFile = file(" ${rootDir} /config/checkstyle/checkstyle.xml" )
1313 configProperties[" checkstyle.suppressions.file" ] = " ${rootDir} /config/checkstyle/suppressions.xml"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments