From 3442b7f157ccaf91e42f1ca1af0c53cc7a3ef0bd Mon Sep 17 00:00:00 2001 From: Seth Ladygo Date: Fri, 6 Apr 2018 18:23:17 -0700 Subject: [PATCH] build.gradle: remove some comments --- build.gradle | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build.gradle b/build.gradle index 0d00ffb..668b1bf 100644 --- a/build.gradle +++ b/build.gradle @@ -7,28 +7,21 @@ */ plugins { - // Apply the java plugin to add support for Java id 'java' - - // Apply the application plugin to add support for building an application id 'application' } -// Define the main class for the application mainClassName = 'App' dependencies { - // This dependency is found on compile classpath of this component and consumers. compile 'com.google.guava:guava:23.0' - // Use JUnit test framework testCompile 'junit:junit:4.12' implementation 'com.espertech:esper:7.1.0' implementation 'com.oanda.v20:v20:3.0.21' } -// In this section you declare where to find the dependencies of your project repositories { // Use jcenter for resolving your dependencies. // You can declare any Maven/Ivy/file repository here.