feat: 开发中...
This commit is contained in:
@@ -10,12 +10,6 @@ group = 'cn.hamster3.application.blog'
|
||||
version = '0.0.1-SNAPSHOT'
|
||||
sourceCompatibility = '17'
|
||||
|
||||
configurations {
|
||||
compileOnly {
|
||||
extendsFrom annotationProcessor
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
url "https://maven.airgame.net/maven-public"
|
||||
@@ -32,10 +26,6 @@ dependencies {
|
||||
implementation 'org.mapstruct:mapstruct:1.5.3.Final'
|
||||
annotationProcessor 'org.mapstruct:mapstruct-processor:1.5.3.Final'
|
||||
|
||||
// https://mvnrepository.com/artifact/com.github.therapi/therapi-runtime-javadoc
|
||||
implementation 'com.github.therapi:therapi-runtime-javadoc:0.15.0'
|
||||
annotationProcessor 'com.github.therapi:therapi-runtime-javadoc:0.15.0'
|
||||
|
||||
// https://mvnrepository.com/artifact/org.jetbrains/annotations
|
||||
compileOnly 'org.jetbrains:annotations:24.0.0'
|
||||
|
||||
|
Reference in New Issue
Block a user