Add Gradle plugin marker artifacts for the Gradle plugins.

This allows for the Gradle plugins DSL to resolve the plugins from
a custom repository.
https://docs.gradle.org/current/userguide/plugins.html#sec:plugin_markers
This commit is contained in:
Sergey Igushkin
2017-07-21 15:35:03 +03:00
parent 64eeb479aa
commit 8fd508566a
5 changed files with 69 additions and 2 deletions
@@ -0,0 +1,3 @@
apply from: "$rootDir/pluginMarkers.gradle"
pluginMarkerProject('kotlin-gradle-plugin')