Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Sep 24, 2022
1 parent 0211c8e commit 1dd0479
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ version = { ->

repositories {
mavenCentral()
maven { url = uri('https://repo.maven.apache.org/maven2/') }
}

dependencies {
Expand Down Expand Up @@ -68,7 +67,6 @@ publishing {
pom {
name = project.name
description = 'Tiny and fast pubsub implementation with subscriber priorities and event canceling for Java 8, 11 and 17.'
url = 'https://github.com/nothub/TinyEventBus'
licenses {
license {
name = 'MIT License'
Expand Down

0 comments on commit 1dd0479

Please sign in to comment.