refactor build.gradle.kts
This commit is contained in:
@@ -1,24 +1,20 @@
|
||||
group = "com.infendro"
|
||||
version = "1.0.0"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
plugins {
|
||||
alias(libs.plugins.kotlin)
|
||||
id("java-gradle-plugin")
|
||||
id("maven-publish")
|
||||
}
|
||||
|
||||
gradlePlugin {
|
||||
plugins {
|
||||
create("secret").apply {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
gradlePlugin.plugins.create("infendro").apply {
|
||||
id = "com.infendro.plugin"
|
||||
implementationClass = "com.infendro.plugin.InfendroPlugin"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
publishing {
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user