domain migration

This commit is contained in:
Jotty
2019-07-20 21:11:02 +00:00
parent b1953b4ebf
commit a94fb565ab

View File

@ -26,8 +26,8 @@ version = '1.0.4'
description = """timetrack""" description = """timetrack"""
sourceCompatibility = 11 sourceCompatibility = 8
targetCompatibility = 11 targetCompatibility = 8
tasks.withType(JavaCompile) { tasks.withType(JavaCompile) {
options.encoding = 'UTF-8' options.encoding = 'UTF-8'
@ -36,7 +36,7 @@ tasks.withType(JavaCompile) {
repositories { repositories {
mavenLocal() mavenLocal()
mavenCentral() mavenCentral()
maven { url "http://jottyfan.de/mvnrepo" } maven { url "http://vps207887.ovh.net/mvnrepo" }
maven { url "https://repo.maven.apache.org/maven2" } maven { url "https://repo.maven.apache.org/maven2" }
} }