Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lesclaz committed Apr 9, 2023
1 parent 6ba130c commit 73943d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@ plugins {
`maven-publish`
}

group = "com.github.suitetecsa"
version = "0.1.4"
group = "cu.suitetecsa"
version = "0.1.5"

publishing {
publications { // Configure el paquete de salida publicado, un proyecto puede tener múltiples salidas, pero solo una es
create<MavenPublication>("suitetecsa-core") {
from(components["java"])
}
}
}


repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

rootProject.name = "suitetecsa-sdk-kotlin"
rootProject.name = "suitetecsa-core"

0 comments on commit 73943d6

Please sign in to comment.