Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 22d3ecf

Browse files
committed
build: Update Gradle version & plugins
1 parent 2fb45e9 commit 22d3ecf

3 files changed

Lines changed: 93 additions & 93 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
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"
Lines changed: 1 addition & 1 deletion
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

gradlew.bat

Lines changed: 89 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)