kopia lustrzana https://github.com/JOSM/MapWithAI
Add debugPort in gradle, and ivyde for Eclipse
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head
rodzic
d52ba178f5
commit
c95d4cf509
1
.project
1
.project
|
@ -13,5 +13,6 @@
|
||||||
</buildSpec>
|
</buildSpec>
|
||||||
<natures>
|
<natures>
|
||||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
|
<nature>org.apache.ivyde.eclipse.ivynature</nature>
|
||||||
</natures>
|
</natures>
|
||||||
</projectDescription>
|
</projectDescription>
|
||||||
|
|
|
@ -137,6 +137,7 @@ spotless {
|
||||||
}
|
}
|
||||||
|
|
||||||
josm {
|
josm {
|
||||||
|
debugPort = 7055
|
||||||
manifest {
|
manifest {
|
||||||
oldVersionDownloadLink 16220, "v1.4.2", new URL("https://gokaart.gitlab.io/JOSM_MapWithAI/dist/v1.4.2/mapwithai.jar")
|
oldVersionDownloadLink 16220, "v1.4.2", new URL("https://gokaart.gitlab.io/JOSM_MapWithAI/dist/v1.4.2/mapwithai.jar")
|
||||||
oldVersionDownloadLink 15820, "v1.3.7", new URL("https://gokaart.gitlab.io/JOSM_MapWithAI/dist/v1.3.7/mapwithai.jar")
|
oldVersionDownloadLink 15820, "v1.3.7", new URL("https://gokaart.gitlab.io/JOSM_MapWithAI/dist/v1.3.7/mapwithai.jar")
|
||||||
|
|
Ładowanie…
Reference in New Issue