Skip to content
Snippets Groups Projects
Commit 14586606 authored by dgelessus's avatar dgelessus
Browse files

Update to com.gradle.plugin-publish version 1.2.0

parent 3269c673
No related branches found
No related tags found
No related merge requests found
Pipeline #118711 passed
plugins {
id("java-gradle-plugin")
id("maven-publish")
id("com.gradle.plugin-publish").version("0.21.0")
id("com.gradle.plugin-publish").version("1.2.0")
}
group = "de.hhu.stups"
......@@ -22,18 +19,16 @@ if (project.hasProperty("gradlePublishSecret")) {
}
gradlePlugin {
website = "https://gitlab.cs.uni-duesseldorf.de/general/stups/sablecc_gradle_plugin"
vcsUrl = "https://gitlab.cs.uni-duesseldorf.de/general/stups/sablecc_gradle_plugin"
plugins {
sableccPlugin {
id = "de.hhu.stups.sablecc"
displayName = "SableCC Gradle plugin"
description = "Generate parsers using SableCC"
tags.set(["sablecc", "parser", "generator"])
implementationClass = "de.hhu.stups.sablecc.gradle.SableCCPlugin"
}
}
}
pluginBundle {
website = "https://gitlab.cs.uni-duesseldorf.de/general/stups/sablecc_gradle_plugin"
vcsUrl = "https://gitlab.cs.uni-duesseldorf.de/general/stups/sablecc_gradle_plugin"
tags = ["sablecc", "parser", "generator"]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment