Skip to content

Commit

Permalink
Don't specify repositories in java convention
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 16, 2024
1 parent bf36bd5 commit 6a0e8cd
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ class JavaConventionPlugin: Plugin<Project> {
// Apply the Java base plugin
plugins.apply("java-base")

repositories {
// Maven Artifacts repository
maven(url = "https://artifacts.metaborg.org/content/groups/public/")
// Repository for other packages
mavenCentral()
}

plugins.withType<JavaPlugin> {
tasks.withType<Test> {
// Support any JUnit 5 compatible test runner
Expand Down

0 comments on commit 6a0e8cd

Please sign in to comment.