Skip to content

Commit 61fc7ad

Browse files
committed
apache coordinate change
1 parent ee43fa2 commit 61fc7ad

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
}
1616
dependencies {
1717
classpath platform("org.apache.grails:grails-bom:$grailsVersion")
18-
classpath "org.grails:grails-gradle-plugin"
18+
classpath "org.apache.grails:grails-gradle-plugins"
1919
}
2020
}
2121

@@ -45,7 +45,7 @@ subprojects {
4545
version = projectVersion
4646
group = "org.apache.grails"
4747

48-
apply plugin:"org.grails.grails-publish"
48+
apply plugin:"org.apache.grails.gradle.grails-publish"
4949
grailsPublish {
5050
artifactId = 'cache'
5151
githubSlug = "apache/grails-cache"

example/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
buildscript {
22
repositories {
33
maven { url = 'https://repo.grails.org/grails/core' }
4+
maven { url = 'https://repository.apache.org/content/repositories/snapshots' }
45
if (System.getenv("GITHUB_MAVEN_PASSWORD") && !grailsVersion.endsWith('-SNAPSHOT')) {
56
System.out.println("Adding Grails Core Repo")
67
maven {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
projectVersion=8.0.0-SNAPSHOT
2-
grailsVersion=7.0.0-M3
2+
grailsVersion=7.0.0-SNAPSHOT
33

44
concurrentlinkedhashmapLruVersion=1.4.2
55
gparsVersion=1.2.1

0 commit comments

Comments
 (0)