File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 11buildscript {
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 {
Original file line number Diff line number Diff line change 11projectVersion =8.0.0-SNAPSHOT
2- grailsVersion =7.0.0-M3
2+ grailsVersion =7.0.0-SNAPSHOT
33
44concurrentlinkedhashmapLruVersion =1.4.2
55gparsVersion =1.2.1
You can’t perform that action at this time.
0 commit comments