File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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()
Original file line number Diff line number Diff line change 11dependencies {
2- api " org.graceframework:grace-async-core"
2+ api " org.graceframework.async :grace-async-core:7.0.0-SNAPSHOT "
33}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ javaParserCoreVersion=3.26.2
88javassistVersion =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
1313org.gradle.caching =true
1414org.gradle.parallel =true
You can’t perform that action at this time.
0 commit comments