-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* removed some remaining occurences of GitHub * removed no longer used imports * cleared up the README section about opening issues
- Loading branch information
Showing
4 changed files
with
7 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# Gradle plugin for developing JOSM plugins | ||
|
||
[![build status](https://gitlab.com/floscher/gradle-josm-plugin/badges/master/build.svg)](https://gitlab.com/floscher/gradle-josm-plugin/pipelines?scope=branches) | ||
[![latest release](https://img.shields.io/github/tag/floscher/gradle-josm-plugin.svg?style=flat-square)](https://plugins.gradle.org/plugin/org.openstreetmap.josm) | ||
[![license](https://img.shields.io/github/license/floscher/gradle-josm-plugin.svg?style=flat-square)](https://github.com/floscher/gradle-josm-plugin/blob/master/LICENSE) | ||
[![License is GPLv3](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://gitlab.com/floscher/gradle-josm-plugin/blob/master/LICENSE) | ||
|
||
This Gradle plugin is designed to make development of JOSM plugins easier. | ||
|
||
|
@@ -11,8 +10,8 @@ Things like test driving your JOSM plugins before releasing them becomes as easy | |
See the docs below for many more things you can do. And you don't even need to abandon the Ant build, which is used for most of the JOSM plugins. Option 2 in [the guide for setting up the `gradle-josm-plugin`](docs/Setup.md) explains how a JOSM plugin can support building with either build system (many configuration options can be shared between both). | ||
|
||
If you miss something here, found something that's broken, or need more info about this project: | ||
Feel free to open issues on this project! | ||
Or you can reach out via email: incoming+floscher/gradle-[email protected] (e-mails to this address will end up published online) | ||
* Feel free to [open issues on this project](https://gitlab.com/floscher/gradle-josm-plugin/issues/new)! | ||
* Or you can reach out via email: [incoming+floscher/gradle-[email protected]](mailto:incoming+floscher/[email protected]) (e-mails to this address will be published online as issues) | ||
|
||
## Getting started | ||
|
||
|
@@ -33,12 +32,12 @@ Also, the [KDoc (similar to Javadoc, but for Kotlin)](https://floscher.gitlab.io | |
* [fieldpapers/josm-**fieldpapers**](https://github.com/fieldpapers/josm-fieldpapers) | ||
* [JOSM/**geojson**](https://github.com/JOSM/geojson) | ||
* [osmlab/**josm-atlas**](https://github.com/osmlab/josm-atlas) | ||
* [qeef/**mapathoner**](https://github.com/qeef/mapathoner) | ||
* [qeef/**mapathoner**](https://gitlab.com/qeef/mapathoner) | ||
* [JOSM/**Mapillary**](https://github.com/JOSM/Mapillary) | ||
* [matsim-org/josm-**matsim**-plugin](https://github.com/matsim-org/josm-matsim-plugin) | ||
* [iandees/josm-**mbtiles**](https://github.com/iandees/josm-mbtiles) | ||
* [Gubaer/josm-**scripting**-plugin](https://github.com/Gubaer/josm-scripting-plugin) | ||
* [JOSM/**wikipedia**](https://github.com/JOSM/wikipedia) | ||
* [JOSM/**wikipedia**](https://gitlab.com/floscher/JOSM-wikipedia) | ||
|
||
## Deprecated links | ||
Alternatively to the default Gradle plugin repository, you can download this plugin from a Maven repository at `https://floscher.gitlab.io/gradle-josm-plugin/maven`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
src/main/java/org/openstreetmap/josm/gradle/plugin/setup/PluginTaskSetup.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters