Skip to content

Commit

Permalink
Merge pull request Netflix#452 from elandau/init_source
Browse files Browse the repository at this point in the history
Match gradle in master to 2.x branch
  • Loading branch information
elandau authored Oct 3, 2016
2 parents ee30693 + de34b8e commit e623c01
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 281 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
plugins {
id 'nebula.netflixoss' version '2.2.7'
id 'nebula.netflixoss' version '2.2.10'
id 'nebula.provided-base' version '2.0.1'
}

// Establish version and status
ext.githubProjectName = rootProject.name // Change if github project name is not the same as the root project's name

subprojects {
apply plugin: 'nebula.netflixoss'
apply plugin: 'nebula.provided-base'
apply plugin: 'java'

sourceCompatibility = 1.6
Expand Down
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.

1 change: 0 additions & 1 deletion gradle/netflix-oss.gradle

This file was deleted.

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

This file was deleted.

0 comments on commit e623c01

Please sign in to comment.