mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2025-12-17 06:04:25 +01:00
update gradle and conventions plugin
pitest causes issues with the configuration cache, see https://github.com/szpak/gradle-pitest-plugin/issues/333
This commit is contained in:
@@ -8,7 +8,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
implementation(platform("de.c-otto.lndmanagej:platform"))
|
||||
implementation("de.c-otto:java-conventions:2023.03.22")
|
||||
implementation("de.c-otto:java-conventions:2023.07.21")
|
||||
implementation("org.springframework.boot:spring-boot-gradle-plugin")
|
||||
implementation("com.google.protobuf:protobuf-gradle-plugin")
|
||||
}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
org.gradle.parallel=true
|
||||
org.gradle.caching=true
|
||||
org.gradle.jvmargs=-Xmx2G
|
||||
org.gradle.unsafe.configuration-cache=true
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user