add com.gradle.plugin-publish
This commit is contained in:
parent
868c71457e
commit
7edf4f59c6
|
@ -1,14 +1,6 @@
|
||||||
/*
|
|
||||||
* This file was generated by the Gradle 'init' task.
|
|
||||||
*
|
|
||||||
* This generated file contains a sample Gradle plugin project to get you started.
|
|
||||||
* For more details on writing Custom Plugins, please refer to https://docs.gradle.org/8.10/userguide/custom_plugins.html in the Gradle documentation.
|
|
||||||
* This project uses @Incubating APIs which are subject to change.
|
|
||||||
*/
|
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
// Apply the Java Gradle plugin development plugin to add support for developing Gradle plugins
|
id 'groovy-gradle-plugin'
|
||||||
id 'java-gradle-plugin'
|
id 'com.gradle.plugin-publish' version '1.3.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
Loading…
Reference in New Issue