Skip to content

Commit

Permalink
correct the example dependency (fixes #58)
Browse files Browse the repository at this point in the history
TheBoegl committed Jul 9, 2017
1 parent b399475 commit 54bad50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ An example configuration within your `build.gradle` for use in all Gradle versio
jcenter()
}
dependencies {
classpath 'gradle.plugin.edu.sc.seis.gradle:launch4j:2.3.0'
classpath 'edu.sc.seis.gradle:launch4j:2.3.0'
}
}

0 comments on commit 54bad50

Please sign in to comment.