-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgradle.properties
More file actions
43 lines (40 loc) · 1.01 KB
/
Copy pathgradle.properties
File metadata and controls
43 lines (40 loc) · 1.01 KB
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
39
40
41
42
43
#@formatter:off
#--------------------------------------#
# Maven #
#--------------------------------------#
GROUP=io.github.palexdev
POM_ARTIFACT_ID=virtualizedfx
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 #
#--------------------------------------#
VERSION_NAME=25.3.6
vfx=25.3.6
jdk=25
# Plugins
jfxPlugin=0.1.0
mavenPublish=0.34.0
# Dependencies
jfx=26.0.1
mfxcore=25.9.1
mfxeffects=25.1.0
# Test Dependencies
jmh=1.37
junit=6.1.2
mfxresources=25.1.3
testfx=4.0.18
scenicView=17.0.2
cssfx=11.5.1
dataFaker=2.7.0
gson=2.14.0