šŸ”„ Remove ā€œwarā€ plugin from build file
authorDavid ā€˜Bombeā€™ Roden <bombe@pterodactylus.net>
Sun, 25 Feb 2024 00:10:58 +0000 (01:10 +0100)
committerDavid ā€˜Bombeā€™ Roden <bombe@pterodactylus.net>
Sun, 25 Feb 2024 00:10:58 +0000 (01:10 +0100)
build.gradle

index b8c2653..8f3874d 100644 (file)
@@ -14,7 +14,6 @@ plugins {
     id('org.jetbrains.kotlin.jvm') version '1.9.20'
 }
 
-apply plugin: "war"
 apply plugin: "jacoco"
 apply plugin: "idea"
 
@@ -90,11 +89,6 @@ createVersion {
     }
 }
 
-war {
-    classpath sourceSets.generated.output
-    dependsOn(test)
-}
-
 jacoco {
     toolVersion = "0.7.6.201602180812"
 }