Skip to content

Instantly share code, notes, and snippets.

@charlie
Last active July 8, 2019 13:55
Show Gist options
  • Save charlie/af57d40747d12827788f10b7458a1452 to your computer and use it in GitHub Desktop.
Save charlie/af57d40747d12827788f10b7458a1452 to your computer and use it in GitHub Desktop.
diff --git a/build.gradle b/build.gradle
index 8035f51..e8f2e0d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,11 +1,8 @@
plugins {
id 'java'
id 'com.github.johnrengelman.shadow' version '1.2.3'
- id 'application'
}
-mainClassName = "uk.co.utilitywarehouse.telco.storm.topologies.ee.Ingress"
-
group 'uk.co.utilitywarehouse'
version '1.0-SNAPSHOT'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment