Skip to content

Commit

Permalink
Copy old publications
Browse files Browse the repository at this point in the history
  • Loading branch information
oluiscabral committed Dec 12, 2024
1 parent 5cec424 commit b6c4d2c
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions java/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ apply plugin: 'com.android.library'
apply plugin: 'pl.allegro.tech.build.axion-release'
apply plugin: 'org.mozilla.rust-android-gradle.rust-android'

version = scmVersion.version
group = "dev.arkbuilders.core"

android {
ndkVersion '28.0.12433566'
namespace 'dev.arkbuilders.core'
Expand Down Expand Up @@ -62,25 +65,13 @@ tasks.configureEach { task ->
}
}

def libVersion = scmVersion.version
publishing {
publications {
release(MavenPublication) {
groupId = 'dev.arkbuilders'
artifactId = 'core'
version = libVersion
Maven(MavenPublication) {
afterEvaluate {
from components.release
}
}
debug(MavenPublication) {
groupId = 'dev.arkbuilders'
artifactId = 'core-debug'
version = libVersion
afterEvaluate {
from components.debug
}
}
}
repositories {
maven {
Expand Down

0 comments on commit b6c4d2c

Please sign in to comment.