Skip to content

Commit

Permalink
Build against Grace 2022.2.5 snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed May 31, 2024
1 parent 57b357b commit 34a9199
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
buildscript {
repositories {
// mavenLocal()
mavenCentral()
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
maven { url "https://repo.gradle.org/gradle/libs-releases" }
maven { url "https://plugins.gradle.org/m2/" }
}
Expand All @@ -25,7 +27,9 @@ apply plugin: "org.graceframework.asset-pipeline"
apply plugin: "org.graceframework.grace-gsp"

repositories {
// mavenLocal()
mavenCentral()
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
}

configurations {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
projectVersion=0.1.0-SNAPSHOT
graceVersion=2022.2.4
graceVersion=2022.2.5-SNAPSHOT
groovyVersion=3.0.17
org.gradle.daemon=true
org.gradle.parallel=true
Expand Down

0 comments on commit 34a9199

Please sign in to comment.