Skip to content

Commit

Permalink
gradle: add main class
Browse files Browse the repository at this point in the history
  • Loading branch information
roccodev committed Dec 7, 2020
1 parent 8f9c16c commit 264f2e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,5 @@ tasks.withType(JavaCompile) {

jar {
from "LICENSE"
manifest.attributes('Main-Class': application.mainClassName)
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ yarn_mappings=1.15.2+build.14
loader_version=0.7.8+build.186

# Mod Properties
mod_version = 2.0
mod_version = 2.0.1
maven_group = eu.5zigreborn
archives_base_name = 5zig-Fabric-Installer

Expand Down

0 comments on commit 264f2e5

Please sign in to comment.