Skip to content

[EXAMPLES] renommer le nom du plugin sur la branche master #15

@jguidoux

Description

@jguidoux

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions