build: Do not build runtime and stdlib for dist_compiler task
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ class PlatformInfo {
|
||||
}
|
||||
|
||||
task dist_compiler(type: Copy) {
|
||||
dependsOn ':backend.native:jars', 'dist_runtime'
|
||||
dependsOn ':backend.native:jars'
|
||||
|
||||
destinationDir file('dist')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user