We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
:utils
1 parent c6e2627 commit 962eb62Copy full SHA for 962eb62
i18n/build.gradle.kts
@@ -15,15 +15,14 @@ tasks.compileJava {
15
}
16
17
group = "net.thenextlvl.core"
18
-version = "3.2.0"
+version = "3.2.1"
19
20
repositories {
21
mavenCentral()
22
maven("https://repo.papermc.io/repository/maven-public/")
23
24
25
dependencies {
26
- api(project(":utils"))
27
api(project(":files"))
28
29
compileOnly("org.jspecify:jspecify:1.0.0")
@@ -38,7 +37,6 @@ dependencies {
38
37
testImplementation("org.slf4j:slf4j-simple:2.1.0-alpha1")
39
testImplementation(platform("org.junit:junit-bom:5.13.4"))
40
testImplementation(project(":files"))
41
- testImplementation(project(":utils"))
42
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
43
44
0 commit comments