Skip to content

Commit

Permalink
Remove publications
Browse files Browse the repository at this point in the history
  • Loading branch information
oluiscabral committed Oct 31, 2024
1 parent e06d872 commit ffc1314
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions java/lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,6 @@ tasks.named<Javadoc>("javadoc") {
}

publishing {
publications {
release(MavenPublication) {
groupId = "dev.arkbuilders"
artifactId = "ark-core"
afterEvaluate {
from components.release
}
}
}

repositories {
maven {
name = "GitHubPackages"
Expand All @@ -62,6 +52,5 @@ publishing {
password = System.getenv("GITHUB_TOKEN")
}
}

}
}

0 comments on commit ffc1314

Please sign in to comment.