olarium.toolarium-icap-client.1.3.4.source-code.gradle.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of toolarium-icap-client Show documentation
Show all versions of toolarium-icap-client Show documentation
Implements an ICAP client compliant with RFC 3507.
The newest version!
# base information
projectType = java-library
projectRootPackageName = com.github.toolarium.icap.client
projectGroupId = com.github.toolarium
projectComponentId = toolarium
projectDescription = Implements an ICAP client compliant with RFC 3507.
projectUrl = https://github.com/toolarium/toolarium-icap-client
licenseText = Apache-2.0 License
licenseUrl = https://raw.githubusercontent.com/toolarium/toolarium-icap-client/master/LICENSE
# tool information
# checkstyleToolVersion = 8.42
testDependencyVersion = 5.7.1
# sourceCompatibility = 11
# targetCompatibility = 11
# 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 - 2024 Weber Informatics LLC | Privacy Policy