From 76f9137da976432d4a7c347997e1eebacf31ca03 Mon Sep 17 00:00:00 2001 From: rymsha Date: Fri, 14 Apr 2023 11:09:17 +0200 Subject: [PATCH] Update Gradle Wrapper #86 --- build.gradle | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 5e4248d..2ec6728 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ repositories { dependencies { compileOnly "com.enonic.xp:core-api:${xpVersion}" compileOnly "com.enonic.xp:portal-api:${xpVersion}" - compile 'org.thymeleaf:thymeleaf:3.0.15.RELEASE' - testCompile 'org.mockito:mockito-core:5.2.0' - testCompile "com.enonic.xp:testing:${xpVersion}" + implementation 'org.thymeleaf:thymeleaf:3.0.15.RELEASE' + testImplementation 'org.mockito:mockito-core:5.2.0' + testImplementation "com.enonic.xp:testing:${xpVersion}" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 3ab0b72..59bc51a 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists