annotate gradle.properties @ 32:927f02ccc596 version-0.4.6

Update to Gradle 7.4.2
author Kyle Miller <kyle.miller@mcoecn.org>
date Fri, 05 Aug 2022 19:22:06 +0100
parents bd084c7d01df
children
rev   line source
30
bf31e9ad44cf SC-181 Upgrade to gradle 5.0 for version 0.4.5, fix problems with VersionClassPlugin
Greg Shepherd <shepherd@ssdt-ohio.org>
parents: 28
diff changeset
1 #
bf31e9ad44cf SC-181 Upgrade to gradle 5.0 for version 0.4.5, fix problems with VersionClassPlugin
Greg Shepherd <shepherd@ssdt-ohio.org>
parents: 28
diff changeset
2 # Copyright (c) 2020. Ohio Department of Education. - All Rights Reserved.
bf31e9ad44cf SC-181 Upgrade to gradle 5.0 for version 0.4.5, fix problems with VersionClassPlugin
Greg Shepherd <shepherd@ssdt-ohio.org>
parents: 28
diff changeset
3 # Unauthorized copying of this file, in any medium, is strictly prohibited.
bf31e9ad44cf SC-181 Upgrade to gradle 5.0 for version 0.4.5, fix problems with VersionClassPlugin
Greg Shepherd <shepherd@ssdt-ohio.org>
parents: 28
diff changeset
4 # Written by the State Software Development Team (http://ssdt.oecn.k12.oh.us/)
bf31e9ad44cf SC-181 Upgrade to gradle 5.0 for version 0.4.5, fix problems with VersionClassPlugin
Greg Shepherd <shepherd@ssdt-ohio.org>
parents: 28
diff changeset
5 #
bf31e9ad44cf SC-181 Upgrade to gradle 5.0 for version 0.4.5, fix problems with VersionClassPlugin
Greg Shepherd <shepherd@ssdt-ohio.org>
parents: 28
diff changeset
6 #
bf31e9ad44cf SC-181 Upgrade to gradle 5.0 for version 0.4.5, fix problems with VersionClassPlugin
Greg Shepherd <shepherd@ssdt-ohio.org>
parents: 28
diff changeset
7
31
bd084c7d01df Created version-0.4.6 branch
Kyle Miller <kyle.miller@mcoecn.org>
parents: 30
diff changeset
8 version=0.4.6
0
c51874d4a5a7 initial ssdt plugin
smith@nwoca.org
parents:
diff changeset
9 group=org.ssdt_ohio
32
927f02ccc596 Update to Gradle 7.4.2
Kyle Miller <kyle.miller@mcoecn.org>
parents: 31
diff changeset
10
927f02ccc596 Update to Gradle 7.4.2
Kyle Miller <kyle.miller@mcoecn.org>
parents: 31
diff changeset
11 # Suppress "Executing" from console logging
927f02ccc596 Update to Gradle 7.4.2
Kyle Miller <kyle.miller@mcoecn.org>
parents: 31
diff changeset
12 org.gradle.console = plain