Skip to content

Commit

Permalink
update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccasc committed Mar 13, 2022
1 parent 5df83ce commit 233f944
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,16 @@ plugins {
id "java"
id "eclipse"
id("com.github.spotbugs") version "4.7.2"
id "org.openstreetmap.josm" version "0.7.1"
id "org.openstreetmap.josm" version "0.7.0"
}

sourceCompatibility = 1.8

def versions = [
junit: "5.7.2",
spotbugs: "4.3.0"
junit: "5.8.2",
]

repositories {
jcenter()
mavenCentral()
}

Expand All @@ -24,16 +22,15 @@ dependencies {
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${versions.junit}")
testImplementation("org.junit.vintage:junit-vintage-engine:${versions.junit}")
testImplementation("org.openstreetmap.josm:josm-unittest:"){changing=true}
testImplementation("com.github.tomakehurst:wiremock-jre8:2.29.1")
testImplementation("org.awaitility:awaitility:4.1.0")
testImplementation("com.github.spotbugs:spotbugs-annotations:${versions["spotbugs"]}")
testImplementation("com.github.tomakehurst:wiremock-jre8:2.32.0")
testImplementation("org.awaitility:awaitility:4.2.0")
testImplementation("com.github.spotbugs:spotbugs-annotations:4.6.0")
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
compile group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.25'
packIntoJar("org.opensourcebim:BuildingSMARTLibrary:1.0.9")
}

archivesBaseName = "indoorhelper"
project.version = "1.2.0"
josm.pluginName = "indoorhelper"

sourceSets {
main {
Expand Down

0 comments on commit 233f944

Please sign in to comment.