Skip to content

Commit

Permalink
added publications
Browse files Browse the repository at this point in the history
  • Loading branch information
Furetur committed Oct 30, 2021
1 parent f1b94ae commit 58e5cab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ repositories {
maven(url = "https://jitpack.io")
}

publishing {
publications {
create<MavenPublication>("maven") {
groupId = "com.github.furetur"
artifactId = "pratt"
version = "0.1.2"

from(components["java"])
}
}
}

dependencies {
testImplementation("guru.zoroark.lixy:lixy-jvm:1849bb1")
// JUnit 5
Expand Down

0 comments on commit 58e5cab

Please sign in to comment.