fix-ci #1

Merged
halfdan merged 12 commits from fix-ci into master 2021-12-30 09:41:33 +00:00
Showing only changes of commit 9ab205db5c - Show all commits

View File

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