mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-03 19:30:31 +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