Skip to content

Commit

Permalink
chore(build): option 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Dec 18, 2023
1 parent 4e23fcd commit 59438cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ truth = "1.1.5"
# shared
examination-api = { module = "net.kyori:examination-api", version.ref = "examination" }
examination-string = { module = "net.kyori:examination-string", version.ref = "examination" }
option = { module = "net.kyori:option", version = "1.0.0-SNAPSHOT" }
option = { module = "net.kyori:option", version = "1.0.0" }
guava = { module = "com.google.guava:guava", version.ref = "guava" }
guava-testlib = { module = "com.google.guava:guava-testlib", version.ref = "guava" }
jetbrainsAnnotations = "org.jetbrains:annotations:24.1.0"
Expand Down
4 changes: 0 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") {
name = "s01Snapshots"
mavenContent { snapshotsOnly() }
}
}
}

Expand Down

0 comments on commit 59438cb

Please sign in to comment.