Skip to content

Commit

Permalink
Updated gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
RubbaBoy committed Apr 25, 2019
1 parent 31ac196 commit 9295e60
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id 'java'
id 'application'
id 'maven'
id "com.github.johnrengelman.shadow" version "4.0.2"
}

group 'com.uddernetworks.newocrwebsite.updater'
Expand All @@ -18,6 +19,8 @@ dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
}

application {
mainClassName = 'com.uddernetworks.newocrwebsite.analyzer.Analyze'
}
jar {
manifest {
attributes("Main-Class": "com.uddernetworks.newocrwebsite.analyzer.Analyze")
}
}

0 comments on commit 9295e60

Please sign in to comment.