In the examples in the master branch, to use the plugin, the plugin name has not been renamed.
buildscript {
apply from: '../version.gradle'
repositories {
mavenLocal()
jcenter()
}
dependencies {
classpath "fr.echoes.gradle.plugins:cpp-project-plugin:${cppPluginVersion('../../gradle.properties')}"
}
}
renamed cpp-project-plugin in gradle-cpp-plugin
In the examples in the
masterbranch, to use the plugin, the plugin name has not been renamed.buildscript { apply from: '../version.gradle' repositories { mavenLocal() jcenter() } dependencies { classpath "fr.echoes.gradle.plugins:cpp-project-plugin:${cppPluginVersion('../../gradle.properties')}" } }renamed
cpp-project-pluginingradle-cpp-plugin