File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id " io.freefair.lombok" version " 5.3.0 "
3
- id ' com.github.jk1.dependency-license-report' version ' 1.16 '
2
+ id " io.freefair.lombok" version " 6.4.3 "
3
+ id ' com.github.jk1.dependency-license-report' version ' 2.1 '
4
4
id " org.kordamp.gradle.markdown" version " 2.2.0"
5
5
}
6
6
@@ -13,7 +13,7 @@ version = ext.getVersion();
13
13
ext. sscParserPluginVersion = project. version
14
14
15
15
ext {
16
- gradleHelpersLocation = " https://raw.githubusercontent.com/fortify-ps/gradle-helpers/1.6 "
16
+ gradleHelpersLocation = " https://raw.githubusercontent.com/fortify-ps/gradle-helpers/1.7 "
17
17
}
18
18
19
19
apply from : " ${ gradleHelpersLocation} /repo-helper.gradle"
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-7.0 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments