Skip to content

Commit

Permalink
fix quoting in build.gradle before migrate to kotlin (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschmid committed Dec 23, 2019
1 parent f66fb2d commit 3e56ee0
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 @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:4.3.1'
classpath "biz.aQute.bnd:biz.aQute.bnd.gradle:4.3.1"
}
}
plugins {
Expand Down

0 comments on commit 3e56ee0

Please sign in to comment.