From 54bad509f262930a0abf67ecdcee9253ef4c2481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=B6gl?= Date: Sun, 9 Jul 2017 23:16:21 +0200 Subject: [PATCH] correct the example dependency (fixes #58) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7c3d39..0036df3 100644 --- a/README.md +++ b/README.md @@ -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' } }