Skip to content

Commit

Permalink
🚑 Fix repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nullptr-rs committed Jun 6, 2023
1 parent 5abcc74 commit fd5d26b
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,6 @@ subprojects {
mavenCentral()
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
testImplementation 'org.slf4j:log4j-over-slf4j:2.0.6'
}

test {
useJUnitPlatform()
testLogging {
events "passed", "skipped", "failed"
}
}

publishing {
publications {
mavenJava(MavenPublication) { publication ->
Expand All @@ -63,7 +51,7 @@ subprojects {
artifactId = "tools" + (!(project.name == "tools") ? "-" + project.name.toLowerCase() : "")
name = project.name
description = '🛠️ A complete, modular and flexible toolset for all your Java ☕ projects'
url = 'https://github.com/nullptr-rs/nullptr-tools'
url = 'https://github.com/boul2gom/nullptr-tools'

developers {
developer {
Expand Down Expand Up @@ -91,7 +79,7 @@ subprojects {

repositories {
maven {
url = "https://maven.pkg.github.com/nullptr-rs/nullptr-tools"
url = "https://maven.pkg.github.com/boul2gom/nullptr-tools"

credentials {
username System.getenv('GITHUB_USERNAME')
Expand Down

0 comments on commit fd5d26b

Please sign in to comment.