Skip to content

Commit

Permalink
set Lombok dependancy to compile instead of compileOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
jabbink committed Jul 19, 2016
1 parent 4aff85c commit 3497574
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 @@ -63,8 +63,8 @@ dependencies {
compile 'com.google.code.gson:gson:2.7'
compile 'net.sourceforge.streamsupport:streamsupport:1.5'
compile 'com.squareup.okhttp3:okhttp:3.4.0-RC1'
compile 'org.projectlombok:lombok:1.16.6'
compileOnly 'com.google.protobuf:protobuf-java:3.0.0-beta-3'
compileOnly "org.projectlombok:lombok:1.16.6"
}

idea {
Expand Down

0 comments on commit 3497574

Please sign in to comment.