Skip to content

Commit

Permalink
uncomment publishing and testRuntimeOnly dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TrainmasterHD committed Jan 8, 2025
1 parent c20793a commit e79d289
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ subprojects {
}

dependencies {
// "testRuntimeOnly"("org.junit.platform:junit-platform-launcher")
"testRuntimeOnly"("org.junit.platform:junit-platform-launcher")
}

tasks.withType<AbstractArchiveTask>().configureEach {
Expand Down Expand Up @@ -80,12 +80,10 @@ subprojects {

extensions.configure<PublishingExtension> {
repositories {
/*
maven("https://repo.papermc.io/repository/maven-snapshots/") {
name = "paperSnapshots"
maven("https://repo.gomme.dev/repository/snapshots/") {
name = "gommeRepo"
credentials(PasswordCredentials::class)
}
*/
}
}
}

0 comments on commit e79d289

Please sign in to comment.