This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d294650
commit 4217a92
Showing
15 changed files
with
104 additions
and
356 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,25 @@ | ||
|
||
// Establish version and status | ||
ext.githubProjectName = rootProject.name // Change if github project name is not the same as the root project's name | ||
|
||
buildscript { | ||
repositories { | ||
//mavenLocal() | ||
mavenCentral() // maven { url 'http://jcenter.bintray.com' } | ||
} | ||
apply from: file('gradle/buildscript.gradle'), to: buildscript | ||
} | ||
|
||
allprojects { | ||
repositories { | ||
//mavenLocal() | ||
mavenCentral() // maven { url: 'http://jcenter.bintray.com' } | ||
} | ||
plugins { | ||
id 'nebula.netflixoss' version '2.2.9' | ||
id 'java' | ||
} | ||
|
||
apply from: file('gradle/convention.gradle') | ||
apply from: file('gradle/maven.gradle') | ||
//apply from: file('gradle/check.gradle') | ||
apply from: file('gradle/license.gradle') | ||
apply from: file('gradle/release.gradle') | ||
|
||
subprojects { | ||
// Establish version and status | ||
ext.githubProjectName = 'Fenzo' | ||
|
||
apply plugin: 'java' | ||
apply plugin: 'eclipse' | ||
apply plugin: 'idea' | ||
group = 'io.mantisrx.fenzo' | ||
|
||
sourceCompatibility = "1.7" | ||
targetCompatibility = "1.7" | ||
repositories { | ||
jcenter() | ||
} | ||
|
||
|
||
|
||
apply plugin: 'java' | ||
apply plugin: 'eclipse' | ||
apply plugin: 'idea' | ||
|
||
sourceCompatibility = 1.7 | ||
targetCompatibility = 1.7 | ||
|
||
dependencies { | ||
compile 'io.reactivex:rxjava:1.0.4' | ||
compile 'org.apache.mesos:mesos:0.18.0' | ||
compile 'org.slf4j:slf4j-api:1.7.0' | ||
testCompile 'junit:junit-dep:4.10' | ||
testCompile 'org.mockito:mockito-core:1.8.5' | ||
compile 'com.fasterxml.jackson.core:jackson-databind:2.3.0' | ||
compile 'com.fasterxml.jackson.core:jackson-databind:2.3.5' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
version=0.352-SNAPSHOT | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Tue Apr 01 17:23:21 PDT 2014 | ||
#Thu Mar 12 15:36:03 PDT 2015 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-bin.zip |
Oops, something went wrong.