generated from Over-Run/project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
35 lines (30 loc) · 1.03 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=true
publicationSigning=true
hasJavadocJar=true
hasSourcesJar=true
# Project Information
projGroupId=io.github.over-run
projArtifactId=memstack
# The project name should only contain lowercase letters, numbers and hyphen.
projName=memstack
projVersion=0.3.0
projDesc=Memory stack for FFM API
# Uncomment them if you want to publish to maven repository.
projUrl=https://github.com/Over-Run/memstack
projLicenseUrl=https://raw.githubusercontent.com/Over-Run/memstack/main/LICENSE
projScmConnection=scm:git:https://github.com/Over-Run/memstack.git
projScmUrl=https://github.com/Over-Run/memstack.git
projLicense=MIT
projLicenseFileName=LICENSE
# Organization Information
orgName=Overrun Organization
orgUrl=https://over-run.github.io/
# JDK Options
jdkVersion=22
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