Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
Build conversion to netflixoss
Browse files Browse the repository at this point in the history
  • Loading branch information
rspieldenner committed Mar 12, 2015
1 parent d294650 commit 4217a92
Show file tree
Hide file tree
Showing 15 changed files with 104 additions and 356 deletions.
Empty file added CHANGELOG.md
Empty file.
47 changes: 11 additions & 36 deletions build.gradle
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'
}
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
version=0.352-SNAPSHOT
11 changes: 0 additions & 11 deletions gradle/buildscript.gradle

This file was deleted.

26 changes: 0 additions & 26 deletions gradle/check.gradle

This file was deleted.

101 changes: 0 additions & 101 deletions gradle/convention.gradle

This file was deleted.

10 changes: 0 additions & 10 deletions gradle/license.gradle

This file was deleted.

70 changes: 0 additions & 70 deletions gradle/maven.gradle

This file was deleted.

33 changes: 0 additions & 33 deletions gradle/netflix-oss.gradle

This file was deleted.

61 changes: 0 additions & 61 deletions gradle/release.gradle

This file was deleted.

Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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 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
Loading

0 comments on commit 4217a92

Please sign in to comment.