-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgradle.properties
38 lines (38 loc) · 1006 Bytes
/
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
38
#--------------------------------------#
# Maven #
#--------------------------------------#
GROUP=io.github.palexdev
POM_ARTIFACT_ID=virtualizedfx
VERSION_NAME=21.7.9
POM_NAME=virtualizedfx
POM_DESCRIPTION=Alternative VirtualFlows for JavaFX
POM_INCEPTION_YEAR=2021
POM_URL=https://github.com/palexdev/VirtualizedFX
POM_SCM_URL=https://github.com/palexdev/VirtualizedFX
POM_LICENCE_NAME=GNU LGPLv3
POM_LICENCE_URL=https://www.gnu.org/licenses/lgpl-3.0.html
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=palexdev
POM_DEVELOPER_NAME=Alessandro Parisi
POM_DEVELOPER_URL=https://github.com/palexdev
POM_PACKAGING=jar
#--------------------------------------#
# Versions #
#--------------------------------------#
vfx=21.7.9
jdk=21
# Plugins
jfxPlugin=0.1.0
mavenPublish=0.28.0
# Dependencies
jfx=23.0.1
mfxcore=11.11.4
mfxeffects=11.4.2
mfxresources=11.12.2
# Test Dependencies
jmh=1.37
junit=5.10.0
testfx=4.0.17
scenicView=17.0.2
dataFaker=2.1.0
gson=2.10.1