Skip to content

Commit

Permalink
[SHIBUI-812]
Browse files Browse the repository at this point in the history
Just a little gradle cleanup.
  • Loading branch information
Bill Smith committed Sep 19, 2018
1 parent 739924a commit b2d9580
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ dependencies {
// TODO: figure out what this should really be
runtimeOnly 'org.springframework.boot:spring-boot-starter-tomcat'

//Spring Configuration Annotation Processor - makes IntelliJ happy about @ConfigurationProperties
compileOnly "org.springframework.boot:spring-boot-configuration-processor"

// lucene deps
['core', 'analyzers-common', 'queryparser'].each {
compile "org.apache.lucene:lucene-${it}:${project.'lucene.version'}"
Expand Down Expand Up @@ -112,10 +115,6 @@ dependencies {
//JSON schema generator
testCompile 'com.kjetland:mbknor-jackson-jsonschema_2.12:1.0.29'
testCompile 'javax.validation:validation-api:2.0.1.Final'

//Configuration Annotation Processor
//This could go in the spring boot section above, but I wasn't sure about the compileOnly vs compile
compileOnly "org.springframework.boot:spring-boot-configuration-processor"
}

def generatedSrcDir = new File(buildDir, 'generated/src/main/java')
Expand Down

0 comments on commit b2d9580

Please sign in to comment.