diff --git a/build.gradle b/build.gradle index c9a805e..a87c0b5 100644 --- a/build.gradle +++ b/build.gradle @@ -14,6 +14,8 @@ buildscript { apply plugin: "org.grails.grails-profile" apply plugin: "io.spring.dependency-management" +ext.mavenPublishUrl = 'https://repo.grails.org/grails/libs-snapshots-local' + group 'org.grails.profiles' version project.projectVersion diff --git a/gradle.properties b/gradle.properties index f4b43ce..2a04b52 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,3 @@ -restApiProfileVersion=7.0.1-SNAPSHOT -grailsVersion=7.0.0 +restApiProfileVersion=7.0.1 projectVersion=7.0.1-SNAPSHOT -grailsGradlePluginVersion=7.0.0-SNAPSHOT +grailsGradlePluginVersion=7.0.0-M2 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index df97d72..e2847c8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/skeleton/gradle/wrapper/gradle-wrapper.properties b/skeleton/gradle/wrapper/gradle-wrapper.properties index df97d72..e2847c8 100644 --- a/skeleton/gradle/wrapper/gradle-wrapper.properties +++ b/skeleton/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME