New gradle syntax?
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Fabian Becker 2021-12-30 10:36:39 +01:00
parent 70ee07d975
commit 9ab205db5c

View File

@ -41,8 +41,10 @@ dependencies {
testImplementation group: 'org.mockito', name: 'mockito-core', version: '1.+' testImplementation group: 'org.mockito', name: 'mockito-core', version: '1.+'
} }
modifyPom { publishing {
project { publications {
mavenJava(MavenPublication) {
pom {
name 'EvA2' name 'EvA2'
description 'Gradle plugin that provides tasks for configuring and uploading artifacts to Sonatype Nexus.' description 'Gradle plugin that provides tasks for configuring and uploading artifacts to Sonatype Nexus.'
url 'http://www.ra.cs.uni-tuebingen.de/software/eva2/' url 'http://www.ra.cs.uni-tuebingen.de/software/eva2/'
@ -71,6 +73,8 @@ modifyPom {
} }
} }
} }
}
}
extraArchive { extraArchive {
sources = true sources = true