Skip to content

Commit

Permalink
added artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
moeatscorecarts committed Oct 24, 2023
1 parent 2b4772c commit 3c66077
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions skuDetection/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,19 @@ dependencies {
implementation ("org.tensorflow:tensorflow-lite-gpu:2.4.0")
}

publishing {
publications {
create<MavenPublication>("myPublication") {
from(components.findByName("release"))

groupId = "com.github.muzammal1451415" // Replace with your group ID
artifactId = "image-detection-library" // Replace with your artifact ID
version = "1.0.2" // Replace with your version
afterEvaluate {
publishing {
publications {
create<MavenPublication>("myPublication") {
from(components.findByName("release"))

groupId = "com.github.muzammal1451415" // Replace with your group ID
artifactId = "image-detection-library" // Replace with your artifact ID
version = "1.0.3" // Replace with your version
}
}
}

}
}


0 comments on commit 3c66077

Please sign in to comment.