Skip to content

Commit

Permalink
Update Gradle Wrapper #86
Browse files Browse the repository at this point in the history
  • Loading branch information
rymsha committed Apr 14, 2023
1 parent 23d3c64 commit 76f9137
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 76f9137

Please sign in to comment.