Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 07cec08

Browse files
authored
Merge pull request #27 from PatchworkMC/feature/jij-eventbus
Jar-In-Jar EventBus
2 parents 01446c1 + bdd84f1 commit 07cec08

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ repositories {
230230
dirs 'jars'
231231
}
232232
mavenCentral()
233+
maven { url 'https://dl.bintray.com/patchworkmc/Patchwork-Maven/' }
233234
}
234235
dependencies {
235236
afterEvaluate {
@@ -248,6 +249,7 @@ dependencies {
248249
implementation 'com.electronwill.night-config:toml:3.6.2'
249250
include 'com.electronwill.night-config:core:3.6.2'
250251
include 'com.electronwill.night-config:toml:3.6.2'
252+
include 'com.patchworkmc:patchwork-eventbus:0.1.2:all'
251253

252254
fileTree(dir: 'jars', include: '*.jar').each {
253255
String baseName = it.name.replace(".jar", "")

0 commit comments

Comments
 (0)