Skip to content

Commit

Permalink
fix missing build number
Browse files Browse the repository at this point in the history
  • Loading branch information
InkerBot committed Jun 23, 2024
1 parent 267f24a commit 5f6b6dd
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions database/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
plugins {
id("java")
}

group = "org.inksnow.cputil"
version = "1.0-SNAPSHOT"

repositories {
mavenCentral()
}

dependencies {
api(project(":"))
implementation("com.zaxxer:HikariCP:4.0.3")

testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
}

tasks.test {
useJUnitPlatform()
api("com.zaxxer:HikariCP:4.0.3")
}

0 comments on commit 5f6b6dd

Please sign in to comment.