-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
22 lines (21 loc) · 1.12 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
plugin.author=Kishan Tripathi
plugin.canloadatruntime=false
plugin.class=org.openstreetmap.josm.plugins.panoviewer.PanoViewer
plugin.description=Image Viewer for 360 images.
plugin.icon=images/panoviewer-logo.png
plugin.link=https://github.com/GhostFoxSledgehammer/panoviewer-josm
# Minimum required JOSM version to run this plugin, choose the lowest version possible that is compatible.
# You can check if the plugin compiles against this version by executing `./gradlew compileJava_minJosm`.
plugin.main.version=18940
# Version of JOSM against which the plugin is compiled
# Please check, if the specified version is available for download from https://josm.openstreetmap.de/download/ .
# If not, choose the next higher number that is available, or the gradle build will break.
plugin.compile.version=18303
# Character encoding of Gradle files
systemProp.file.encoding=utf-8
action.custom-1=run
action.custom-1.args=--configure-on-demand -w -x check runJosm
action.custom-2=debug
action.custom-2.args=--configure-on-demand -w -x check debugJosm
action.custom-3=spotlessapply
action.custom-3.args=--configure-on-demand -w -x check spotlessApply