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.1 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=glgc
# The project name should only contain lowercase letters, numbers and hyphen.
projName=glgc
projVersion=0.1.0-SNAPSHOT
projDesc=OpenGL Garbage Collector
# 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=MIT
projLicenseFileName=LICENSE
# Organization Information
orgName=Overrun Organization
orgUrl=https://over-run.github.io/
# JDK Options
jdkVersion=22
jdkEnablePreview=true
# 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
overrunglVersion=0.1.0-SNAPSHOT