Skip to content

Commit

Permalink
Add maven-publish plugin for Jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
FluxCapacitor2 committed Dec 22, 2023
1 parent e53d5cc commit aa5ad99
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/trigger-jitpack-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Taken from Minestom under the Apache License 2.0
# https://github.com/Minestom/Minestom/blob/master/.github/workflows/trigger-jitpack-build.yml
# https://github.com/Minestom/Minestom/blob/master/LICENSE
name: Trigger Jitpack Build
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Trigger Jitpack Build
run: curl "https://jitpack.io/com/github/BlueDragonMC/Jukebox/${GITHUB_SHA:0:10}/build.log"
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {
kotlin("jvm") version "1.7.20"
kotlin("kapt") version "1.7.10"
id("com.github.johnrengelman.shadow") version "7.1.2"
`maven-publish`
}

group = "com.bluedragonmc"
Expand Down

0 comments on commit aa5ad99

Please sign in to comment.