Skip to content

Commit

Permalink
Remove generated comments and unused dependency from Gradle build.
Browse files Browse the repository at this point in the history
  • Loading branch information
codecop committed Nov 4, 2017
1 parent 0dec0cd commit 4ccf5b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
12 changes: 0 additions & 12 deletions Java/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*
* This build file was generated by the Gradle 'init' task.
*
* This generated file contains a sample Java project to get you started.
* For more details take a look at the Java Quickstart chapter in the Gradle
* user guide available at https://docs.gradle.org/3.3/userguide/tutorial_java_projects.html
*/

// Apply the java plugin to add support for Java
apply plugin: 'java'

Expand All @@ -17,10 +9,6 @@ repositories {
}

dependencies {
// The production code uses Guava
compile 'com.google.guava:guava:20.0'

// Use JUnit test framework
testCompile 'junit:junit:4.12'
}

17 changes: 0 additions & 17 deletions Java/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,18 +1 @@
/*
* This settings file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
* In a single project build this file can be empty or even removed.
*
* Detailed information about configuring a multi-project build in Gradle can be found
* in the user guide at https://docs.gradle.org/3.3/userguide/multi_project_builds.html
*/

/*
// To declare projects as part of a multi-project build use the 'include' method
include 'shared'
include 'api'
include 'services:webservice'
*/

rootProject.name = 'ParrotRefactoringKata'

0 comments on commit 4ccf5b8

Please sign in to comment.