Skip to content
Snippets Groups Projects
Commit 632303a8 authored by René Schöne's avatar René Schöne
Browse files

0.2

parent 53783b33
Branches
No related tags found
No related merge requests found
Pipeline #8661 failed
......@@ -3,13 +3,12 @@ plugins {
id 'java-gradle-plugin'
}
group 'org.jastadd.relast.plugin'
version '0.1'
version '0.2'
gradlePlugin {
plugins {
simplePlugin {
id = 'relast-test'
id = 'org.jastadd.relast'
implementationClass = 'org.jastadd.relast.plugin.RelastPlugin'
}
}
......@@ -17,15 +16,6 @@ gradlePlugin {
//830
publishing {
publications {
maven(MavenPublication) {
// artifactId = 'relast-test'
from components.java
// artifact("build/libs/relast-test-${version}.jar") {
// extension 'jar'
// }
}
}
repositories {
maven {
url "https://git-st.inf.tu-dresden.de/api/v4/projects/830/packages/maven"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment