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

Use new Gradle plugins syntax

parent f57d8e15
No related branches found
No related tags found
No related merge requests found
Pipeline #144780 passed
apply plugin: 'java' plugins {
apply plugin: "maven-publish" id "java"
apply plugin: "signing" id "maven-publish"
id "signing"
}
project.version = '1.1.0-SNAPSHOT' project.version = '1.1.0-SNAPSHOT'
project.group = 'de.hhu.stups' project.group = 'de.hhu.stups'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment