Skip to content

Commit

Permalink
Included mainClassName to satisfy the application rule
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 6, 2019
1 parent 734388f commit ccf6ba4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//apply plugin: 'java-library-distribution'
apply plugin: 'application'
mainClassName = 'ExperimentMain'

sourceCompatibility = '1.8'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
Expand Down

0 comments on commit ccf6ba4

Please sign in to comment.