Skip to content

Commit

Permalink
1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Sep 24, 2023
1 parent 42085bb commit 5fbb053
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/tabtps.base.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.gradle.kotlin.dsl.withType
plugins {
id("net.kyori.indra")
id("net.kyori.indra.checkstyle")
id("net.kyori.indra.license-header")
id("net.kyori.indra.licenser.spotless")
id("net.kyori.indra.git")
}

Expand Down
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/tabtps.parent.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

hangarPublish.publications.register("plugin") {
version.set(project.version as String)
namespace("jmp", "TabTPS")
id.set("TabTPS")
channel.set("Release")
changelog.set(releaseNotes)
apiKey.set(providers.environmentVariable("HANGAR_UPLOAD_KEY"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public boolean online() {

@Override
public int ping() {
return this.base().latency;
return this.base().connection.latency();
}

@Override
Expand Down
14 changes: 7 additions & 7 deletions gradle/libs.versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins:
net.kyori.blossom: 2.1.0
ca.stellardrift.localization: 6.1.0
net.minecrell.plugin-yml.bukkit: 0.5.3
xyz.jpenilla.run-paper: 2.1.0
xyz.jpenilla.run-paper: 2.2.0
org.spongepowered.gradle.plugin: 2.2.0

versions:
Expand All @@ -27,17 +27,17 @@ versions:
bstats: 3.0.2
paperApi: 1.16.5-R0.1-SNAPSHOT
paperLib: 1.0.8-SNAPSHOT
fabricApi: 0.84.0+1.20.1
fabricLoader: 0.14.21
minecraft: 1.20.1
adventurePlatformFabric: 5.9.0
fabricApi: 0.89.2+1.20.2
fabricLoader: 0.14.22
minecraft: 1.20.2
adventurePlatformFabric: 5.10.0
mixin: 0.8.5

# buildSrc
indra: 3.1.3
shadow: 8.1.1
minotaur: 2.7.5
hangarPublishPlugin: 0.0.5
hangarPublishPlugin: 0.1.0

dependencies:
adventureBom:
Expand Down Expand Up @@ -184,7 +184,7 @@ dependencies:
version: { ref: indra }
build-indraLicenser:
group: net.kyori
name: indra-licenser-cadix
name: indra-licenser-spotless
version: { ref: indra }
build-shadow:
group: com.github.johnrengelman
Expand Down
3 changes: 0 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ pluginManagement {
repositories {
gradlePluginPortal()
maven("https://maven.fabricmc.net/")
maven("https://maven.quiltmc.org/repository/release/") {
mavenContent { releasesOnly() }
}
maven("https://repo.jpenilla.xyz/snapshots/") {
mavenContent { snapshotsOnly() }
}
Expand Down

0 comments on commit 5fbb053

Please sign in to comment.