Skip to content

Commit

Permalink
update: Update to Twitch4J 1.22.0
Browse files Browse the repository at this point in the history
update: Update to Twitch4J 1.22.0
  • Loading branch information
Awakened-Redstone authored Sep 27, 2024
2 parents cc96db6 + 2e568c6 commit 9aa5e4f
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 11 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Publish mod

on:
push:
branches: [ "main" ]

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up JDK 21
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
with:
java-version: '21'
distribution: 'temurin'
- uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
- run: ./gradlew build modrinth
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
- run: ./gradlew build publish
env:
MAVEN_REPO: ${{ secrets.MAVEN_REPO }}
MAVEN_AUTH_HEADER: ${{ secrets.MAVEN_AUTH_HEADER }}
MAVEN_AUTH_TOKEN: ${{ secrets.MAVEN_AUTH_TOKEN }}
18 changes: 9 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
include "com.github.philippheuer.events4j:events4j-api:0.12.2"
include "com.github.philippheuer.events4j:events4j-bom:0.12.2"
include "com.github.philippheuer.events4j:events4j-core:0.12.2"
include "com.github.philippheuer.events4j:events4j-handler-simple:0.12.1"
include "com.github.philippheuer.events4j:events4j-handler-simple:0.12.2"
include "com.github.tony19:named-regexp:1.0.0"
include "com.google.errorprone:error_prone_annotations:2.10.0"
include "com.neovisionaries:nv-websocket-client:2.14"
Expand All @@ -68,14 +68,14 @@ dependencies {
include "com.squareup.okio:okio-jvm:3.6.0"
include "commons-configuration:commons-configuration:1.10"
include "commons-lang:commons-lang:2.6"
include "io.github.openfeign:feign-core:13.3"
include "io.github.openfeign:feign-hystrix:13.3"
include "io.github.openfeign:feign-jackson:13.3"
include "io.github.openfeign:feign-okhttp:13.3"
include "io.github.openfeign:feign-slf4j:13.3"
include "io.github.xanthic.cache:cache-api:0.6.0"
include "io.github.xanthic.cache:cache-core:0.6.0"
include "io.github.xanthic.cache:cache-provider-caffeine:0.6.0"
include "io.github.openfeign:feign-core:13.4"
include "io.github.openfeign:feign-hystrix:13.4"
include "io.github.openfeign:feign-jackson:13.4"
include "io.github.openfeign:feign-okhttp:13.4"
include "io.github.openfeign:feign-slf4j:13.4"
include "io.github.xanthic.cache:cache-api:0.6.1"
include "io.github.xanthic.cache:cache-core:0.6.1"
include "io.github.xanthic.cache:cache-provider-caffeine:0.6.1"
include "io.reactivex:rxjava:1.2.0"
include "net.fabricmc:fabric-language-kotlin:1.10.19+kotlin.1.9.23"
include "org.hdrhistogram:HdrHistogram:2.1.9"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn_mappings=1.18.2+build.2
loader_version=0.14.19

# Mod Properties
mod_version=1.7.0
library_version=1.21.0
mod_version=1.8.0
library_version=1.22.0
maven_group=com.github.twitch4j
archives_base_name=twitch4j-fabric

0 comments on commit 9aa5e4f

Please sign in to comment.