domain migration
This commit is contained in:
@ -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" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user