Skip to content

Commit

Permalink
Update to latest gradle-josm-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
floscher committed Sep 30, 2019
1 parent 937da09 commit fb41781
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ publish to / GitLab.com packages:
name: GitLab.com / JOSM-wikipedia packages
url: https://gitlab.com/JOSM/wikipedia/-/packages
script:
- ./gradlew publishPluginPublicationToGitlabRepository
- ./gradlew publishAllPublicationsToGitlabRepository
- ./gradlew releaseToGitlab
dependencies:
- build
only:
Expand Down
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id "pmd"
id "com.github.ben-manes.versions" version "0.25.0"
id "com.github.spotbugs" version "2.0.0"
id "org.openstreetmap.josm" version "0.6.2"
id "org.openstreetmap.josm" version "0.6.3"
id "net.ltgt.errorprone" version "0.8.1"
}

Expand Down Expand Up @@ -94,9 +94,6 @@ josm {
i18n {
pathTransformer = getPathTransformer("gitlab.com/JOSM/wikipedia/blob")
}
gitlab {
repository("gitlab.com", 6702380)
}
}

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit fb41781

Please sign in to comment.