Skip to content

Commit

Permalink
Set SmartRender as a submodule instead of a library dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyNova committed Jul 9, 2017
1 parent 072775b commit 9205230
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "SmartRender"]
path = SmartRender
url = https://github.com/JonnyNova/SmartRender.git
1 change: 1 addition & 0 deletions SmartRender
Submodule SmartRender added at 630e86
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ configurations {
dependencies {
provided files("libs/PlayerAPI-1.10.2-1.1.jar")
provided files("libs/RenderPlayerAPI-1.10.2-1.1.jar")
provided files("libs/SmartRender-1.10.2-2.3.jar")
compile project(":SmartRender")
}

idea.module.scopes.PROVIDED.plus += [configurations.provided]
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Jul 04 23:49:26 EDT 2017
#Sun Jul 09 12:18:34 EDT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-all.zip
Binary file removed libs/SmartRender-1.10.2-2.3.jar
Binary file not shown.
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ':SmartRender'

0 comments on commit 9205230

Please sign in to comment.