We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b89bda commit c408b63Copy full SHA for c408b63
build.gradle
@@ -77,12 +77,12 @@ jar {
77
exclude 'META-INF/licenses/**', 'META-INF/maven/**', 'META-INF/INDEX.LIST'
78
duplicatesStrategy DuplicatesStrategy.EXCLUDE
79
doFirst {
80
- // Add SPI directory
81
- def tmpSpiDir = file('build/tmp/spi')
82
- tmpSpiDir.deleteDir()
83
- def tmpSpiServicesDir = file(tmpSpiDir.path + '/META-INF/services')
84
- tmpSpiServicesDir.mkdirs()
85
- from tmpSpiDir
+ // Add SPI directory
+ def tmpSpiDir = file('build/tmp/spi')
+ tmpSpiDir.deleteDir()
+ def tmpSpiServicesDir = file(tmpSpiDir.path + '/META-INF/services')
+ tmpSpiServicesDir.mkdirs()
+ from tmpSpiDir
86
87
// Copy and merge SPI config files
88
subprojects.each { subproject ->
0 commit comments