generated from Over-Run/project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
37 lines (31 loc) · 1.08 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
36
37
# Gradle Options
org.gradle.jvmargs=-Dfile.encoding=UTF-8
hasPublication=true
publicationSigning=true
hasJavadocJar=true
hasSourcesJar=true
# Project Information
projGroupId=io.github.over-run
projArtifactId=marshal-gen
# The project name should only contain lowercase letters, numbers and hyphen.
projName=marshal-gen
projVersion=0.1.0-SNAPSHOT
projDesc=Marshal generator
# Uncomment them if you want to publish to maven repository.
projUrl=https://github.com/Over-Run/marshal-gen
projLicenseUrl=https://raw.githubusercontent.com/Over-Run/marshal-gen/main/LICENSE
projScmConnection=scm:git:https://github.com/Over-Run/marshal-gen.git
projScmUrl=https://github.com/Over-Run/marshal-gen.git
projLicense=MIT
projLicenseFileName=LICENSE
# Organization Information
orgName=Overrun Organization
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
marshalVersion=0.1.0-alpha.34-jdk23