File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
alias(libs. plugins. licenser) apply false
3
- id(" com.gradleup.nmcp" ) version(" 0.0.9" ) apply false
4
3
}
5
4
6
5
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
@@ -16,7 +15,6 @@ subprojects {
16
15
apply plugin : ' maven-publish'
17
16
apply plugin : ' signing'
18
17
apply plugin : ' org.cadixdev.licenser'
19
- apply plugin : ' com.gradleup.nmcp'
20
18
21
19
group = ' dev.lu15'
22
20
version = ' 5.4-SNAPSHOT'
@@ -38,17 +36,6 @@ subprojects {
38
36
}
39
37
}
40
38
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
-
52
39
jar {
53
40
from ' ../LICENSE.txt'
54
41
}
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ dependencies {
20
20
exclude group : " org.spongepowered" , module : " configurate-hocon"
21
21
exclude group : " me.lucko.configurate" , module : " configurate-toml"
22
22
}
23
- compileOnly " net.minestom:minestom-snapshots:7d43da919d "
23
+ compileOnly " net.minestom:minestom-snapshots:dba90a461b "
24
24
25
25
// testing
26
26
testImplementation project(" :common" )
27
- testImplementation " net.minestom:minestom-snapshots:7d43da919d "
27
+ testImplementation " net.minestom:minestom-snapshots:dba90a461b "
28
28
testImplementation " commons-net:commons-net:3.10.0" // fix vulnerability in minestom
29
29
testImplementation " ch.qos.logback:logback-classic:1.4.14" // logger
30
30
testImplementation " org.spongepowered:configurate-hocon:3.7.2" // configuration using hocon
You can’t perform that action at this time.
0 commit comments