forked from TAIGA/TAIGA
set java target version to java 8
This commit is contained in:
@@ -35,6 +35,10 @@ repositories {
|
|||||||
group = "com.sosnitzka" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
group = "com.sosnitzka" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||||
archivesBaseName = "taiga"
|
archivesBaseName = "taiga"
|
||||||
|
|
||||||
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
|
||||||
|
|
||||||
task buildInfo {
|
task buildInfo {
|
||||||
if (System.getenv().TAIGA_TAG != null) {
|
if (System.getenv().TAIGA_TAG != null) {
|
||||||
ext.revision = System.getenv().TAIGA_TAG
|
ext.revision = System.getenv().TAIGA_TAG
|
||||||
|
Reference in New Issue
Block a user