Skip to content
Snippets Groups Projects
Commit 0e011d17 authored by Uwe Peuker's avatar Uwe Peuker
Browse files

Merge branch 'develop'

* develop:
  Bintray (bitctrl) und zentrales Maven-Repo ergänzt
parents 7085903a 3bec2dd2
Branches
Tags v0.15.0
No related merge requests found
Pipeline #2711 passed
......@@ -3,6 +3,10 @@ Versionsverlauf
## [Noch nicht veröffentlicht]
## [Version 0.15.0] - 24.02.2019
- Neben dem NERZ-Repository wurden das zentrale Maven-Repository und das BitCtrl-Bintray-Repository als Fallback ergänzt.
## [Version 0.14.0] - 18.02.2019
- Die Anwendung von Findbugs wurde entfernt, da "findbugs" nicht mehr weiterentwickelt wird
......
......@@ -2,11 +2,12 @@ plugins {
id 'com.gradle.plugin-publish' version '0.10.1'
}
version '0.14.0'
version '0.15.0'
group 'de.bsvrz'
apply plugin: 'groovy'
apply plugin: 'maven'
apply plugin: 'maven-publish'
sourceCompatibility = 1.8
compileGroovy.options.encoding = 'UTF-8'
......
......@@ -25,6 +25,8 @@ class SwePlugin implements Plugin<Project> {
// NERZ-Repositories
project.repositories {
maven { url 'http://h2727649.stratoserver.net:8081/repository/nerz-maven-public/' }
maven { url 'https://dl.bintray.com/bitctrl/maven/' }
mavenCentral()
mavenLocal()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment