Skip to content
Snippets Groups Projects
Commit c644a844 authored by Matyáš Latner's avatar Matyáš Latner
Browse files

#1 Disabled dektop.jar build for desktop version

parent c1a62f0d
Branches
Tags
No related merge requests found
......@@ -43,6 +43,7 @@ task releaseJar(type: Jar) {
artifacts {
archives releaseJar, debugJar
}
jar.enabled = false
debugJar.dependsOn classes
releaseJar.dependsOn classes
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment