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
Branches
Tags
No related merge requests found
Pipeline #118711 passed
plugins { plugins {
id("java-gradle-plugin") id("com.gradle.plugin-publish").version("1.2.0")
id("maven-publish")
id("com.gradle.plugin-publish").version("0.21.0")
} }
group = "de.hhu.stups" group = "de.hhu.stups"
...@@ -22,18 +19,16 @@ if (project.hasProperty("gradlePublishSecret")) { ...@@ -22,18 +19,16 @@ if (project.hasProperty("gradlePublishSecret")) {
} }
gradlePlugin { 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 { plugins {
sableccPlugin { sableccPlugin {
id = "de.hhu.stups.sablecc" id = "de.hhu.stups.sablecc"
displayName = "SableCC Gradle plugin" displayName = "SableCC Gradle plugin"
description = "Generate parsers using SableCC" description = "Generate parsers using SableCC"
tags.set(["sablecc", "parser", "generator"])
implementationClass = "de.hhu.stups.sablecc.gradle.SableCCPlugin" 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