Skip to content

Commit 0b67e0f

Browse files
gabizouYeregorix
authored andcommitted
chore(gradle): update maven central urls
Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
1 parent b063aa1 commit 0b67e0f

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

build.gradle.kts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ configurations {
3535
}
3636
}
3737

38+
nexusPublishing {
39+
repositories {
40+
named("sonatype") {
41+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
42+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
43+
}
44+
}
45+
}
46+
3847
// Project dependencies
3948
dependencies {
4049
// Directly tied to what's available from Minecraft

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ indra-checkstyle = { id = "net.kyori.indra.checkstyle", version.ref = "indra" }
6262
indra-crossdoc = { id = "net.kyori.indra.crossdoc", version.ref = "indra" }
6363
indra-publishing = { id = "net.kyori.indra.publishing", version.ref = "indra" }
6464
indra-publishing-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
65-
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0-rc-2"}
65+
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0"}
6666
spongeGradle-convention = { id = "org.spongepowered.gradle.sponge.dev", version = "2.2.0" }

gradle/verification-metadata.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,14 @@
680680
<sha256 value="23f1cdfa4613c00cc6ea5c9f5360e1471b449f82633f13cf5ff6cdb34fa31ebd" origin="Generated by Gradle"/>
681681
</artifact>
682682
</component>
683+
<component group="io.github.gradle-nexus" name="publish-plugin" version="2.0.0">
684+
<artifact name="publish-plugin-2.0.0.jar">
685+
<sha256 value="942c1a16d161f64631901b4e2dad541d2fcbfe51cf0323955dabe02e2a9ef2aa" origin="Generated by Gradle"/>
686+
</artifact>
687+
<artifact name="publish-plugin-2.0.0.module">
688+
<sha256 value="e13ff4d6e10f283b6287103c982f076bd619e2a461fb39c16d44d1d15d71e8f7" origin="Generated by Gradle"/>
689+
</artifact>
690+
</component>
683691
<component group="io.github.gradle-nexus" name="publish-plugin" version="2.0.0-rc-1">
684692
<artifact name="publish-plugin-2.0.0-rc-1.jar">
685693
<sha256 value="dc64ecfe8b8685e0958f4cb87936578caba34403538dbbcc953be8a8629d3277" origin="Generated by Gradle"/>
@@ -696,6 +704,11 @@
696704
<sha256 value="4f1b39ce2f40840322ada0b8e2cb5394f0f9ff4cd2fab53063b870424a310c0e" origin="Generated by Gradle"/>
697705
</artifact>
698706
</component>
707+
<component group="io.github.gradle-nexus.publish-plugin" name="io.github.gradle-nexus.publish-plugin.gradle.plugin" version="2.0.0">
708+
<artifact name="io.github.gradle-nexus.publish-plugin.gradle.plugin-2.0.0.pom">
709+
<sha256 value="a329ab95f4bfdd5c891083cad3abb30741fdc6ba0bb29b1152a80fe0a69d62ef" origin="Generated by Gradle"/>
710+
</artifact>
711+
</component>
699712
<component group="io.github.gradle-nexus.publish-plugin" name="io.github.gradle-nexus.publish-plugin.gradle.plugin" version="2.0.0-rc-1">
700713
<artifact name="io.github.gradle-nexus.publish-plugin.gradle.plugin-2.0.0-rc-1.pom">
701714
<sha256 value="eff5d3edaa600504de953faef5a67a84f99f19216a95b63d22a7023eaa906a9f" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)