annotate gradle.properties @ 35:80e46acfd82a version-0.4.6 tip

Add publishing configuration for publishToMavenLocal task :
author Kyle Miller <kyle.miller@mcoecn.org>
date Tue, 09 Aug 2022 13:05:45 +0100
parents 927f02ccc596
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