Updated build utilities/properties/license

connection_type_change
Robinson 2021-12-14 11:31:52 -07:00
parent 665bbda864
commit a816d56e75
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
3 changed files with 8 additions and 5 deletions

View File

@ -116,6 +116,12 @@
Copyright 2020
Square, Inc
- Resource Listing - Listing the contents of a resource directory
[The Apache Software License, Version 2.0]
http://www.uofr.net/~greg/java/get-resource-listing.html
Copyright 2017
Greg Briggs
- Kotlin -
[The Apache Software License, Version 2.0]
https://github.com/JetBrains/kotlin

View File

@ -23,10 +23,9 @@ import java.time.Instant
///////////////////////////////
gradle.startParameter.showStacktrace = ShowStacktrace.ALWAYS // always show the stacktrace!
gradle.startParameter.warningMode = WarningMode.All
plugins {
id("com.dorkbox.GradleUtils") version "2.9"
id("com.dorkbox.GradleUtils") version "2.14"
id("com.dorkbox.Licensing") version "2.9.2"
id("com.dorkbox.VersionUpdate") version "2.4"
id("com.dorkbox.GradlePublish") version "1.11"

View File

@ -4,9 +4,7 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8
#org.gradle.warning.mode=(all,fail,none,summary)
org.gradle.warning.mode=all
#org.gradle.daemon=false
# default is 3 hours, this is 1 minute
org.gradle.daemon.idletimeout=60000
org.gradle.daemon=false
#org.gradle.console=(auto,plain,rich,verbose)
org.gradle.console=auto