Skip to content

Commit 92c61ef

Browse files
committed
build: Update Gradle version & plugins
1 parent 6089ec8 commit 92c61ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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'
44
id "org.kordamp.gradle.markdown" version "2.2.0"
55
}
66

@@ -13,7 +13,7 @@ version = ext.getVersion();
1313
ext.sscParserPluginVersion = project.version
1414

1515
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"
1717
}
1818

1919
apply from: "${gradleHelpersLocation}/repo-helper.gradle"
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)