Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 16:12:46 +01:00
Do not compile ap into jar
Dieser Commit ist enthalten in:
Ursprung
02cda38259
Commit
1232c02c8e
@ -1,8 +1,6 @@
|
||||
import net.kyori.indra.git.IndraGitExtension
|
||||
import net.kyori.blossom.BlossomExtension
|
||||
|
||||
import java.io.ByteArrayOutputStream
|
||||
|
||||
plugins {
|
||||
id("net.kyori.blossom")
|
||||
id("net.kyori.indra.git")
|
||||
@ -74,7 +72,7 @@ dependencies {
|
||||
testImplementation("junit", "junit", Versions.junitVersion)
|
||||
|
||||
// Annotation Processors
|
||||
api(projects.ap)
|
||||
compileOnly(projects.ap)
|
||||
|
||||
annotationProcessor(projects.ap)
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren