Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
esocode committed Jan 7, 2024
1 parent 6d850f7 commit b5abc99
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@ java {
sourceCompatibility = JavaVersion.VERSION_1_8
}

dependencies
{
api 'de.esoco:esoco-common:1.5.1'

testImplementation platform("org.junit:junit-bom:$junitVersion")
testImplementation 'org.junit.jupiter:junit-jupiter'
}
dependencies {
api 'de.esoco:esoco-common:1.5.1'

testImplementation platform("org.junit:junit-bom:$junitVersion")
testImplementation 'org.junit.jupiter:junit-jupiter'
}

test {
useJUnitPlatform()
Expand All @@ -37,7 +35,7 @@ gwt {
gwtVersion = "$gwtVersion"
}

// sources are need for the GWT compiler
// sources are needed for the GWT compiler
jar { from sourceSets.main.allSource }

tasks.register('sourcesJar', Jar) {
Expand Down

0 comments on commit b5abc99

Please sign in to comment.