Skip to content

Commit

Permalink
Define configuration for jpi instead of war
Browse files Browse the repository at this point in the history
  • Loading branch information
sghill committed Oct 27, 2021
1 parent 285cbf6 commit 28736a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions job-dsl-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ buildscript {

plugins {
id 'org.jenkins-ci.jpi' version '0.43.0'
id 'war'
}

java {
Expand Down Expand Up @@ -91,7 +90,7 @@ test {
systemProperty 'jenkins.test.noSpaceInTmpDirs', 'true'
}

war {
jpi {
into('api-viewer') {
from(project(':job-dsl-api-viewer').projectDir) {
include 'index.html'
Expand Down

0 comments on commit 28736a9

Please sign in to comment.