Skip to content

Commit

Permalink
Change DCS dependency to use JitPack
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-1000 committed Feb 22, 2021
1 parent 8ec750c commit 2cc547c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion Studio-Jar
Submodule Studio-Jar deleted from 4bf095
10 changes: 8 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ repositories {
name = "TerraformersMC"
url = "https://maven.terraformersmc.com/releases"
}

// FIXME: remove
maven {
name = "JitPack"
url = "https://jitpack.io"
}
}

dependencies {
Expand Down Expand Up @@ -84,8 +90,8 @@ dependencies {
modImplementation("com.terraformersmc:modmenu:${project.modmenu_version}")

// DC Studio API
modImplementation(project(":Studio-Jar"))
include(project(":Studio-Jar"))
modImplementation("com.github.Dumb-Code:Studio-Jar:4bf0959007bdb931a3f1e5a00d7087463343115b")
include("com.github.Dumb-Code:Studio-Jar:4bf0959007bdb931a3f1e5a00d7087463343115b")
}

processResources {
Expand Down
3 changes: 0 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@ pluginManagement {
gradlePluginPortal()
}
}

include 'Studio-Jar'
project(':Studio-Jar').projectDir = file('Studio-Jar')

0 comments on commit 2cc547c

Please sign in to comment.