-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
35 lines (30 loc) · 1.06 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Gradle Options
org.gradle.jvmargs=-Dfile.encoding=UTF-8
hasPublication=false
publicationSigning=false
hasJavadocJar=false
hasSourcesJar=false
# Project Information
projGroupId=org.example
projArtifactId=example
# The project name should only contain lowercase letters, numbers and hyphen.
projName=project-template
projVersion=0.1.0-SNAPSHOT
projDesc=An example project.
# Uncomment them if you want to publish to maven repository.
#projUrl=https://github.com/Over-Run/project-template
#projLicenseUrl=https://raw.githubusercontent.com/Over-Run/project-template/main/LICENSE
#projScmConnection=scm:git:https://github.com/Over-Run/project-template.git
#projScmUrl=https://github.com/Over-Run/project-template.git
projLicense=CC0-1.0
projLicenseFileName=LICENSE
# Organization Information
orgName=Example
orgUrl=https://example.org/
# JDK Options
jdkVersion=21
jdkEnablePreview=false
# javadoc link of JDK early access build
# https://download.java.net/java/early_access/$jdkEarlyAccessDoc/docs/api/
# Uncomment it if you need to use EA build of JDK.
#jdkEarlyAccessDoc=jdk22