Skip to content

Commit

Permalink
chore(core): replace runtime with runtimeOnly in build.gradle (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy Louie authored and claymccoy committed Jun 4, 2019
1 parent fe925f7 commit 750d867
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 @@ -45,7 +45,7 @@ allprojects {

implementation "org.codehaus.groovy:groovy-all"
implementation "net.logstash.logback:logstash-logback-encoder"
runtime "org.springframework.boot:spring-boot-properties-migrator"
runtimeOnly "org.springframework.boot:spring-boot-properties-migrator"
testRuntime "org.springframework.boot:spring-boot-properties-migrator"

testImplementation "org.spockframework:spock-core"
Expand Down

0 comments on commit 750d867

Please sign in to comment.