Skip to content

Commit

Permalink
Remove JCenter, Add librikka submodule, Last commit for 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rikka0w0 committed Jan 29, 2019
1 parent af7e3cd commit c3c2fd3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "librikka"]
path = librikka
url = https://github.com/rikka0w0/librikka
14 changes: 1 addition & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,6 @@ dependencies {
runtime fileTree(dir: 'libs', include: '*.jar')
}

repositories {
mavenCentral()
jcenter()
maven{
url = 'https://dl.bintray.com/manageryzy/librikka'
}
}

dependencies {
compile 'rikka.librikka:librikka:+:dev'
}


version = "1.0.0"
group = "simelectricity" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "SimElectricity"
Expand Down Expand Up @@ -73,6 +60,7 @@ sourceSets {
main {
java {
srcDir "src/main/java"
srcDir "librikka/src"
}
resources {
srcDir "src/main/resources"
Expand Down
1 change: 1 addition & 0 deletions librikka
Submodule librikka added at e1e863

0 comments on commit c3c2fd3

Please sign in to comment.