All Downloads are FREE. Search and download functionalities are using the official Maven repository.

olarium.toolarium-security.1.1.0.source-code.gradle.properties Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
# base information
projectType              = java-library
projectRootPackageName   = com.github.toolarium.security
projectGroupId           = com.github.toolarium
projectComponentId       = toolarium
projectDescription       = Defines the security library to cover common patterns.
projectUrl               = https://github.com/toolarium/toolarium-security

# tool information
# checkstyleToolVersion    = 10.3.3
# testDependencyVersion    = 5.7.1
sourceCompatibility      = 1.8
targetCompatibility      = 1.8

# jvm information
org.gradle.jvmargs       = -Xmx1g -XX:MaxHeapSize=1g -XX:MaxMetaspaceSize=256m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.logging.level = quiet
org.gradle.console       = rich
org.gradle.warning.mode  = all




© 2015 - 2025 Weber Informatics LLC | Privacy Policy