Skip to content

Commit

Permalink
Start building against Grace 2022.0.0 snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jan 13, 2024
1 parent 2cf0842 commit 5454550
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ buildscript {
mavenCentral()
maven { url "https://repo.grails.org/grails/core" }
maven { url 'https://repo.gradle.org/gradle/libs-releases' }
if (project.projectVersion.endsWith('-SNAPSHOT')) {
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
}
}
dependencies {
classpath "io.github.gradle-nexus:publish-plugin:1.3.0"
Expand Down Expand Up @@ -45,6 +48,8 @@ nexusPublishing {
subprojects { project->
if (project.name.startsWith('grace-plugin')) {
group "org.graceframework.plugins"

apply plugin: 'org.graceframework.grace-plugin'
}
else {
group "org.graceframework"
Expand Down Expand Up @@ -72,6 +77,9 @@ subprojects { project->
mavenCentral()
// maven { url "https://repo.grails.org/grails/core" }
maven { url 'https://repo.gradle.org/gradle/libs-releases' }
if (project.projectVersion.endsWith('-SNAPSHOT')) {
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
}
}

dependencyManagement {
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ projectUrl=https://github.com/graceframework/grace-async
githubSlug=graceframework/grace-async
githubBranch=master
developers=Michael Yan
graceVersion=2021.0.0
graceDocsVersion=2021.0.0
graceVersion=2022.0.0-SNAPSHOT
groovyVersion=3.0.15
gormVersion=7.2.1
jansiVersion=1.18
Expand Down

0 comments on commit 5454550

Please sign in to comment.