Skip to content

Commit

Permalink
See #24091: Drop gradle from JOSM maintained plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Jan 28, 2025
1 parent 125c569 commit 633977f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 566 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ant-release.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ jobs:
with:
josm-revision: ${{ matrix.josm-revision }}
perform-revision-tagging: false
perform-revision-tagging: ${{ matrix.josm-revision == 'r19044' && needs.check-release-needed.outputs.release_needed == 'true' }}
secrets: inherit
179 changes: 0 additions & 179 deletions build.gradle.kts

This file was deleted.

8 changes: 8 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
<!-- edit the properties of this plugin in the file `gradle.properties` -->
<property file="${basedir}/gradle.properties"/>

<property name="plugin.description" value="Allows selection of areas in an layer and automatic creation of a way as polygon. Built to ease mapping of building from background layers. Optimized for basemap.at."/>
<property name="plugin.author" value="Paul Woelfel, Thomas Konrad"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.areaselector.AreaSelectorPlugin"/>
<property name="plugin.icon" value="images/mapmode/areaselector.png"/>
<property name="plugin.link" value="https://github.com/JOSM/areaselector"/>
<property name="plugin.requires" value="apache-commons;austriaaddresshelper;ejml;log4j"/>
<property name="plugin.main.version" value="19044"/>
<property name="plugin.canloadatruntime" value="true"/>
<!-- ** include targets that all plugins have in common ** -->
<import file="../build-common.xml" />

Expand Down
14 changes: 0 additions & 14 deletions gradle.properties

This file was deleted.

Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
8 changes: 0 additions & 8 deletions gradle/wrapper/gradle-wrapper.properties

This file was deleted.

Loading

0 comments on commit 633977f

Please sign in to comment.