mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-19 09:05:26 +01:00
Removed extra annotationProcessor configurations
This commit is contained in:
parent
9ec7318fac
commit
fa3b92f00e
@ -14,19 +14,6 @@ allprojects {
|
|||||||
group "com.djrapitops"
|
group "com.djrapitops"
|
||||||
version "4.6.2-SNAPSHOT"
|
version "4.6.2-SNAPSHOT"
|
||||||
|
|
||||||
configurations {
|
|
||||||
annotationProcessor
|
|
||||||
testAnnotationProcessor
|
|
||||||
}
|
|
||||||
|
|
||||||
compileJava {
|
|
||||||
options.annotationProcessorPath = configurations.annotationProcessor
|
|
||||||
}
|
|
||||||
|
|
||||||
compileTestJava {
|
|
||||||
options.annotationProcessorPath = configurations.testAnnotationProcessor
|
|
||||||
}
|
|
||||||
|
|
||||||
test {
|
test {
|
||||||
// useJUnitPlatform()
|
// useJUnitPlatform()
|
||||||
testLogging {
|
testLogging {
|
||||||
|
Loading…
Reference in New Issue
Block a user