Skip to content

Commit

Permalink
Upgrade to Grace 2023.0.0-M5
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Mar 30, 2024
1 parent 5272b52 commit a7cd45f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
projectVersion=0.0.1-SNAPSHOT
graceVersion=2023.0.0-SNAPSHOT
graceVersion=2023.0.0-M5
springBootVersion=3.0.13
springDependencyManagementVersion=1.1.4
tomcatVersion=10.1.16
16 changes: 8 additions & 8 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pluginManagement {
repositories {
mavenLocal()
// mavenLocal()
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.gradle.org/gradle/libs-releases' }
if (projectVersion.endsWith('-SNAPSHOT')) {
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
}
// if (projectVersion.endsWith('-SNAPSHOT')) {
// maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
// }
}
plugins {
id 'org.springframework.boot' version springBootVersion
Expand All @@ -18,11 +18,11 @@ pluginManagement {

dependencyResolutionManagement {
repositories {
mavenLocal()
// mavenLocal()
mavenCentral()
if (projectVersion.endsWith('-SNAPSHOT')) {
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
}
// if (projectVersion.endsWith('-SNAPSHOT')) {
// maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
// }
}
}

Expand Down

0 comments on commit a7cd45f

Please sign in to comment.