Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #193 from ibm-developer/fix-gradle-compile
Browse files Browse the repository at this point in the history
fix: missing war plugin causing compile failure
  • Loading branch information
jmeis committed Aug 8, 2019
2 parents e858645 + a6b2392 commit ab820e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ buildscript {

apply plugin: 'java'
apply plugin: 'org.springframework.boot'
apply plugin: 'war'

ext {
springCloudVersion = 'Dalston.SR4'
Expand Down

0 comments on commit ab820e0

Please sign in to comment.