Skip to content

Commit ca7ce53

Browse files
committed
Start building against Grace Async 7.0.0 snapshots
See gh-67
1 parent f5f0bbd commit ca7ce53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
url = 'https://central.sonatype.com/repository/maven-snapshots/'
99

1010
content {
11-
includeGroup 'org.graceframework'
11+
includeGroupAndSubgroups 'org.graceframework'
1212
}
1313
mavenContent {
1414
snapshotsOnly()
@@ -48,7 +48,7 @@ allprojects {
4848
url = 'https://central.sonatype.com/repository/maven-snapshots/'
4949

5050
content {
51-
includeGroup 'org.graceframework'
51+
includeGroupAndSubgroups 'org.graceframework'
5252
}
5353
mavenContent {
5454
snapshotsOnly()

grace-datastore-async/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
api "org.graceframework:grace-async-core"
2+
api "org.graceframework.async:grace-async-core:7.0.0-SNAPSHOT"
33
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ javaParserCoreVersion=3.26.2
88
javassistVersion=3.30.2-GA
99

1010
# Overriding Versions in Grace Bom
11-
grace-async.version=6.3.0
11+
# grace-async.version=6.3.0
1212

1313
org.gradle.caching=true
1414
org.gradle.parallel=true

0 commit comments

Comments
 (0)