Skip to content

Commit

Permalink
remove forgotten war plugin - can be re-added after working out how t…
Browse files Browse the repository at this point in the history
…o add the rest of the war packaging components
  • Loading branch information
lfoppiano committed Jan 24, 2018
1 parent 972a935 commit c18f2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ project("grobid-home") {

project(":grobid-service") {
apply plugin: 'application'
apply plugin: 'war'
// apply plugin: 'war'

mainClassName = 'org.grobid.service.main.GrobidServiceApplication'
tasks.run.workingDir = rootProject.rootDir
Expand Down

0 comments on commit c18f2c6

Please sign in to comment.