mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-17 23:06:28 +00:00
Build fixes
This commit is contained in:
@@ -17,6 +17,10 @@ allprojects { subproject ->
|
||||
}
|
||||
|
||||
subprojects {subproject ->
|
||||
if (subproject.name == 'dist') {
|
||||
return
|
||||
}
|
||||
|
||||
apply plugin: 'com.diffplug.spotless'
|
||||
spotless {
|
||||
java {
|
||||
|
||||
Reference in New Issue
Block a user