Skip to content

Commit

Permalink
Remove debug leftovers from buildscript.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Jan 30, 2024
1 parent ba36c02 commit 2db189b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ project(":libraries").subprojects {
dependencies {
api(rootProject.libs.jetbrains.annotations)

implementation("org.sonatype.central:central-publishing-maven-plugin:0.1.6")
// Use JUnit Jupiter for testing.
testImplementation(rootProject.libs.junit.jupiter)
testRuntimeOnly(rootProject.libs.junit.launcher)
Expand Down
1 change: 0 additions & 1 deletion libraries/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ plugins {
configure<ModuleExtension> {
description = "A library containing core utilities for the Yumi ecosystem."
}

0 comments on commit 2db189b

Please sign in to comment.