Skip to content

Commit

Permalink
Update skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jan 15, 2024
1 parent 773308e commit 5226a06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion skeleton/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ apply plugin: "signing"
repositories {
mavenLocal()
mavenCentral()
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
if (!isReleaseVersion) {
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
}
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions skeleton/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=2022.0.0-SNAPSHOT
baseVersion=2022.0.0-SNAPSHOT
projectVersion=0.0.1-SNAPSHOT
baseVersion=2022.0.1
graceVersion[email protected]@
groovyVersion[email protected]@

0 comments on commit 5226a06

Please sign in to comment.