mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Do not compile ap into jar
This commit is contained in:
parent
02cda38259
commit
1232c02c8e
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
import net.kyori.indra.git.IndraGitExtension
|
import net.kyori.indra.git.IndraGitExtension
|
||||||
import net.kyori.blossom.BlossomExtension
|
import net.kyori.blossom.BlossomExtension
|
||||||
|
|
||||||
import java.io.ByteArrayOutputStream
|
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("net.kyori.blossom")
|
id("net.kyori.blossom")
|
||||||
id("net.kyori.indra.git")
|
id("net.kyori.indra.git")
|
||||||
|
@ -74,7 +72,7 @@ dependencies {
|
||||||
testImplementation("junit", "junit", Versions.junitVersion)
|
testImplementation("junit", "junit", Versions.junitVersion)
|
||||||
|
|
||||||
// Annotation Processors
|
// Annotation Processors
|
||||||
api(projects.ap)
|
compileOnly(projects.ap)
|
||||||
|
|
||||||
annotationProcessor(projects.ap)
|
annotationProcessor(projects.ap)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue