diff --git a/README.md b/README.md index e84d232..0b26bd5 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,14 @@ To use the gradle-cpp-plugin, include the following in your build script: ```groovy buildscript { - repositories { - mavenLocal() // local plugin repository reference - } - dependencies{ - // unique identifier fot the plugin - classpath 'com.tocea.gradle.plugins:cpp-project-plugin:1.2.4-SNAPSHOT + repositories { + maven { + url "https://plugins.gradle.org/m2/" } + } + dependencies { + classpath "gradle.plugin.fr.echoes.gradle.plugins:cpp-project-plugin:1.2.4" + } } apply plugin: "com.tocea.gradle.cpp" diff --git a/gradle.properties b/gradle.properties index 5172744..a6cc95c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.2.4-SNAPSHOT +version = 1.2.4 group = fr.echoes.gradle.plugins sourceCompatibility = 1.7