-
Notifications
You must be signed in to change notification settings - Fork 260
/
gradle.properties
21 lines (17 loc) · 1.09 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Change vendor RPTools for official builds, or used for things like BETA builds
# Should change this just once for a given Repo/Fork
vendor=RPTools
description=Virtual Tabletop for playing roleplaying games with remote players or face to face.
# Versioning is controlled via git tag for that commit. For developing you can pass a -version=2.1 -vendor=Nerps if needed
tagVersion=0.0.0
defaultVersion=0.0.1
# Change executable by attaching developerRelease to App name to make it an unique install
developerRelease=-Dev-Release
sentry_development_dsn=https://[email protected]/1404248
sentry_staging_dsn=https://[email protected]/1404248
sentry_production_dsn=https://[email protected]/1404248
org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED