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:
@@ -0,0 +1,3 @@
|
||||
apply from: "$rootDir/pluginMarkers.gradle"
|
||||
|
||||
pluginMarkerProject('kotlin-gradle-plugin')
|
||||
Reference in New Issue
Block a user