kopia lustrzana https://github.com/JOSM/MapWithAI
Update to JOSM 15542 (November 25)
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head
rodzic
c71e373573
commit
5768540ff0
|
@ -126,6 +126,9 @@ jacocoTestCoverageVerification {
|
||||||
}
|
}
|
||||||
|
|
||||||
josm {
|
josm {
|
||||||
|
manifest {
|
||||||
|
oldVersionDownloadLink 15233, "v0.2.5,", new URL("https://gitlab.com/gokaart/JOSM_MapWithAI/blob/pages/public/dist/v0.2.4/mapwithai.jar")
|
||||||
|
}
|
||||||
i18n {
|
i18n {
|
||||||
pathTransformer = getPathTransformer("gitlab.com/${gitlabGroup}/${gitlabRepositoryName}/blob")
|
pathTransformer = getPathTransformer("gitlab.com/${gitlabGroup}/${gitlabRepositoryName}/blob")
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# The minimum JOSM version this plugin is compatible with (can be any numeric version
|
# The minimum JOSM version this plugin is compatible with (can be any numeric version
|
||||||
plugin.main.version = 15233
|
plugin.main.version = 15542
|
||||||
# The JOSM version this plugin is currently compiled against
|
# The JOSM version this plugin is currently compiled against
|
||||||
# Please make sure this version is available at https://josm.openstreetmap.de/download
|
# Please make sure this version is available at https://josm.openstreetmap.de/download
|
||||||
# The special values "latest" and "tested" are also possible here, but not recommended.
|
# The special values "latest" and "tested" are also possible here, but not recommended.
|
||||||
plugin.compile.version = 15233
|
plugin.compile.version = 15542
|
||||||
plugin.canloadatruntime = true
|
plugin.canloadatruntime = true
|
||||||
plugin.author = Taylor Smock <incoming+gokaart/JOSM_MapWithAI@incoming.gitlab.com>
|
plugin.author = Taylor Smock <incoming+gokaart/JOSM_MapWithAI@incoming.gitlab.com>
|
||||||
plugin.class = org.openstreetmap.josm.plugins.mapwithai.MapWithAIPlugin
|
plugin.class = org.openstreetmap.josm.plugins.mapwithai.MapWithAIPlugin
|
||||||
|
|
Ładowanie…
Reference in New Issue