Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
Changed the default gradle task
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-pluskal committed Sep 3, 2019
1 parent 8a080fe commit e2f1f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version = "2.51"
description = "MZmine"
sourceCompatibility = "12"
targetCompatibility = "12"
defaultTasks "runtimeZip"
defaultTasks "runtime"

// Check the OS
project.ext.osSuffix = OperatingSystem.current().getName().replaceAll(" ", "_")
Expand Down

0 comments on commit e2f1f58

Please sign in to comment.