Skip to content

Commit af38cd6

Browse files
committed
chore(deps): disable Maven Central and upgrade Minestom
1 parent 0d9763b commit af38cd6

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

build.gradle

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
22
alias(libs.plugins.licenser) apply false
3-
id("com.gradleup.nmcp") version("0.0.9") apply false
43
}
54

65
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
@@ -16,7 +15,6 @@ subprojects {
1615
apply plugin: 'maven-publish'
1716
apply plugin: 'signing'
1817
apply plugin: 'org.cadixdev.licenser'
19-
apply plugin: 'com.gradleup.nmcp'
2018

2119
group = 'dev.lu15'
2220
version = '5.4-SNAPSHOT'
@@ -38,17 +36,6 @@ subprojects {
3836
}
3937
}
4038

41-
nmcp {
42-
publishAllPublications {
43-
var keyUsername = "SONATYPE_USERNAME"
44-
var keyPassword = "SONATYPE_PASSWORD"
45-
username = findProperty(keyUsername)?.toString() ?: System.getenv(keyUsername)
46-
password = findProperty(keyPassword)?.toString() ?: System.getenv(keyPassword)
47-
48-
publicationType = "USER_MANAGED"
49-
}
50-
}
51-
5239
jar {
5340
from '../LICENSE.txt'
5441
}

minestom/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ dependencies {
2020
exclude group: "org.spongepowered", module: "configurate-hocon"
2121
exclude group: "me.lucko.configurate", module: "configurate-toml"
2222
}
23-
compileOnly "net.minestom:minestom-snapshots:7d43da919d"
23+
compileOnly "net.minestom:minestom-snapshots:dba90a461b"
2424

2525
// testing
2626
testImplementation project(":common")
27-
testImplementation "net.minestom:minestom-snapshots:7d43da919d"
27+
testImplementation "net.minestom:minestom-snapshots:dba90a461b"
2828
testImplementation "commons-net:commons-net:3.10.0" // fix vulnerability in minestom
2929
testImplementation "ch.qos.logback:logback-classic:1.4.14" // logger
3030
testImplementation "org.spongepowered:configurate-hocon:3.7.2" // configuration using hocon

0 commit comments

Comments
 (0)