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 9a0b1d5cee - Show all commits

View File

@ -1,6 +1,8 @@
apply plugin: 'java'
apply plugin: 'maven-publish'
apply plugin: 'com.bmuschko.nexus'
plugins {
id 'java'
id 'maven-publish'
id 'com.bmuschko.nexus'
}
group = 'de.openea'
version = '2.2.0'