-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgradle.properties
29 lines (23 loc) · 940 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
# either 'latest', 'tested', 'release', or a number like 18427
# Default: 'latest'
#
# Or use command line option: -Pplugin.josmCompileVersion=...
#plugin.josmCompileVersion=18427
# the GitHub user name
josm.github.user=Gubaer
# the GitHub repository
josm.github.repository=josm-contourmerge-plugin
# properties for gradle-josm-plugin
plugin.class=org.openstreetmap.josm.plugins.contourmerge.ContourMergePlugin
plugin.description=Merges the contours of two areas
plugin.icon=images/mapmode/contourmerge.png
plugin.link=http://wiki.openstreetmap.org/index.php/JOSM/Plugins/ContourMerge
plugin.canloadatruntime=true
# properties for the 'gradle-josm-plugin
# the custom maven repo where we publish (and fetch) our fork of the
# 'gradle-josm-plugin'
#gradle_josm_plugin_repo=http://gradle-josm-plugin.s3-website-eu-west-1.amazonaws.com
gradle_josm_plugin_version=0.8.2
lombok_version=1.18.36
jupiter_version=5.11.4
groovy_version=4.0.24