feat: 添加redission

This commit is contained in:
2023-08-07 17:16:39 +08:00
parent 3064452c05
commit 0768161203
10 changed files with 164 additions and 16 deletions

View File

@@ -1,5 +1,3 @@
//file:noinspection GrDeprecatedAPIUsage
plugins {
id("java")
id("maven-publish")
@@ -36,7 +34,7 @@ subprojects {
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
withJavadocJar()
// withJavadocJar()
withSourcesJar()
}
@@ -98,5 +96,4 @@ subprojects {
}
}
}
}