Skip to content

Commit

Permalink
Remove publishing on Windows and MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
oluiscabral committed Oct 31, 2024
1 parent a5f303a commit 1b81f3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ jobs:
run: gradle test
working-directory: ./java

- name: Publish Java release
run: gradle publish
working-directory: ./java
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

mac-intel:
name: Test on macOS Intel
runs-on: macos-14
Expand Down Expand Up @@ -124,9 +118,3 @@ jobs:
- name: Java tests
run: gradle test
working-directory: ./java

- name: Publish Java release
run: gradle publish
working-directory: ./java
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8 changes: 0 additions & 8 deletions java/lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ tasks.named<Javadoc>("javadoc") {
}

publishing {
publications {
create<MavenPublication>("release") {
groupId = "dev.arkbuilders"
artifactId = "ark-core"
version = "1"
from(components["release"])
}
}
repositories {
maven {
name = "GitHubPackages"
Expand Down

0 comments on commit 1b81f3b

Please sign in to comment.