projects
/
rhynodge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f685f5
)
š„ Remove āwarā plugin from build file
author
David āBombeā Roden
<bombe@pterodactylus.net>
Sun, 25 Feb 2024 00:10:58 +0000
(
01:10
+0100)
committer
David āBombeā Roden
<bombe@pterodactylus.net>
Sun, 25 Feb 2024 00:10:58 +0000
(
01:10
+0100)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
b8c2653
..
8f3874d
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-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"
}