Skip to content

Commit 2fff016

Browse files
committed
Gradle warning fixes.
1 parent 84b8d4a commit 2fff016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ tasks.register('tarTestLogs', Tar) {
10981098
dependsOn tasks.named('copyTestLogs')
10991099
archiveBaseName.set('test_logs')
11001100
from 'build/test_logs'
1101-
compression Compression.BZIP2
1101+
compression = Compression.BZIP2
11021102
}
11031103

11041104
def isNonStable = { String version ->

0 commit comments

Comments
 (0)