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 c63c3751b6 - Show all commits

View File

@ -2,15 +2,11 @@ buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.bmuschko:gradle-nexus-plugin:2.3.1'
}
}
plugins {
id 'java'
id 'maven-publish'
id 'com.bmuschko.nexus' version "2.3.1"
}
//create a single Jar with all dependencies
@ -82,7 +78,3 @@ extraArchive {
javadoc = true
}
nexus {
repositoryUrl = 'https://oss.sonatype.org/service/local/staging/deploy/maven2'
snapshotRepositoryUrl = 'https://oss.sonatype.org/content/repositories/snapshots'
}