Skip to content

Commit

Permalink
set veriton to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jguidoux committed Sep 25, 2015
1 parent fa29a40 commit 906041c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 1.2.4-SNAPSHOT
version = 1.2.4
group = fr.echoes.gradle.plugins

sourceCompatibility = 1.7
Expand Down

0 comments on commit 906041c

Please sign in to comment.