Mercurial > public > gradleplugins
diff build.gradle @ 30:bf31e9ad44cf
SC-181 Upgrade to gradle 5.0 for version 0.4.5, fix problems with VersionClassPlugin
author | Greg Shepherd <shepherd@ssdt-ohio.org> |
---|---|
date | Tue, 18 Feb 2020 16:36:38 -0500 |
parents | e531fc141b17 |
children | 927f02ccc596 |
line wrap: on
line diff
--- a/build.gradle Tue Dec 04 19:48:59 2018 +0000 +++ b/build.gradle Tue Feb 18 16:36:38 2020 -0500 @@ -1,5 +1,12 @@ -def ssdtInit = 'init40' +/* + * Copyright (c) 2020. Ohio Department of Education. - All Rights Reserved. + * Unauthorized copying of this file, in any medium, is strictly prohibited. + * Written by the State Software Development Team (http://ssdt.oecn.k12.oh.us/) + * + */ + +def ssdtInit = 'init50' apply from: "${gradle.ext.has('ssdtDevelkitLocation') ? gradle.ssdtDevelkitLocation : 'http://hg.ssdt-ohio.org/browse/public/develkit'}/${ssdtInit}.gradle" description = "SSDT Gradle Plugins" @@ -12,7 +19,7 @@ defaultTasks 'clean', 'build' -sourceCompatibility = 1.6 +sourceCompatibility = 1.8 dependencies { compile localGroovy() @@ -24,7 +31,7 @@ } idea.project { - jdkName = '1.6' + jdkName = '1.8' } idea.module {