Skip to content

Commit

Permalink
remove java-library-distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed May 15, 2024
1 parent 6e70757 commit 6e80d6f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id 'war'
id 'java-library-distribution'
}

description 'Jefferson Lab Alarm Warning System (JAWS) web admin interface'
Expand Down Expand Up @@ -28,9 +27,6 @@ repositories {
}
}

distZip.enabled = false
distTar.enabled = false

configurations {
jbossModule
providedCompile.extendsFrom(jbossModule)
Expand All @@ -51,16 +47,6 @@ dependencies {
'io.confluent:kafka-avro-serializer:7.4.0'
}

distributions {
main {
contents {
into('jbossModule') {
from configurations.jbossModule
}
}
}
}

war {
archiveFileName = 'jaws.war'
filesMatching('WEB-INF/web.xml') {
Expand Down

0 comments on commit 6e80d6f

Please sign in to comment.