Skip to content

Commit

Permalink
jcenter will be discontinued
Browse files Browse the repository at this point in the history
  • Loading branch information
giurim committed Jun 4, 2021
1 parent 84d129c commit 86a2d91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gradle-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ plugins {
}

repositories {
jcenter()
mavenCentral()
}

dependencies {
implementation "org.scala-lang:scala-library:2.12.8"

testImplementation "org.scalatest:scalatest_2.12:3.2.0-M3"
testImplementation "org.scalatest:scalatest-flatspec_2.12:3.2.0-M3"
testImplementation "org.junit.platform:junit-platform-launcher:1.6.0"
testRuntimeOnly "org.junit.platform:junit-platform-engine:1.6.0"
testRuntimeOnly "co.helmethair:scalatest-junit-runner:0.1.9"
Expand All @@ -22,5 +22,7 @@ test {
testLogging {
events("passed", "skipped", "failed", "standard_error")
}

excludeTags 'TagOne', 'co.helmethair.scalatest.tags.Skip'
}
}

0 comments on commit 86a2d91

Please sign in to comment.