Skip to content

Commit c789248

Browse files
committed
Update build.gradle
1 parent 7eeda67 commit c789248

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

build.gradle

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
implementation files('libs/secp256k1-foreign-0.0.1.jar')
2929
implementation 'com.google.code.gson:gson:2.11.0'
3030
implementation 'com.google.guava:guava:30.2.0-jre'
31-
31+
3232
testImplementation 'org.slf4j:slf4j-api:2.0.13'
3333
testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.13'
3434
testImplementation 'org.hamcrest:hamcrest-library:3.0'
@@ -42,7 +42,6 @@ test {
4242
useJUnitPlatform()
4343
testLogging {
4444
events 'PASSED', 'FAILED', 'SKIPPED'
45-
showStandardStreams = true
4645
}
4746
}
4847

@@ -78,12 +77,6 @@ tasks.register('fatJar', Jar) {
7877
with jar
7978
}
8079

81-
task copyNativeLibs(type: Copy) {
82-
from file('libs/native')
83-
into new File(buildDir, 'libs')
84-
}
85-
86-
8780
compileJava.dependsOn copyNativeLibs
8881

8982
build.dependsOn 'spotlessApply'

0 commit comments

Comments
 (0)