Skip to content

Commit

Permalink
[ build ] update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Dec 5, 2017
1 parent 9b4f5c1 commit 581b9e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript { repositories { mavenCentral() } }

repositories {
mavenCentral()
flatDir { dirs '../FriceEngine/build/libs' }
// flatDir { dirs '../FriceEngine/build/libs' }
}

sourceSets {
Expand All @@ -25,8 +25,8 @@ configurations { artifact }
allprojects { repositories { maven { url 'https://jitpack.io' } } }

dependencies {
// artifact "com.github.icela:FriceEngine:v1.6.7-4"
artifact name: 'engine-all-1.7.0'
artifact 'com.github.icela:FriceEngine:v1.7.0'
artifact group: 'org.jetbrains', name: 'annotations', version: '15.0'

configurations.compile.extendsFrom(configurations.artifact)

Expand Down

0 comments on commit 581b9e7

Please sign in to comment.