Skip to content

Commit

Permalink
fix gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
SMILEY4 committed Jun 9, 2024
1 parent a31eb69 commit 9062dae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ plugins {
id("io.gitlab.arturbosch.detekt") version "1.23.0" apply false
id("com.vanniktech.maven.publish") version "0.28.0" apply false
}

repositories {
mavenCentral()
}

0 comments on commit 9062dae

Please sign in to comment.