Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries committed Aug 8, 2024
1 parent 7eeda67 commit c789248
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation files('libs/secp256k1-foreign-0.0.1.jar')
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'com.google.guava:guava:30.2.0-jre'

testImplementation 'org.slf4j:slf4j-api:2.0.13'
testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.13'
testImplementation 'org.hamcrest:hamcrest-library:3.0'
Expand All @@ -42,7 +42,6 @@ test {
useJUnitPlatform()
testLogging {
events 'PASSED', 'FAILED', 'SKIPPED'
showStandardStreams = true
}
}

Expand Down Expand Up @@ -78,12 +77,6 @@ tasks.register('fatJar', Jar) {
with jar
}

task copyNativeLibs(type: Copy) {
from file('libs/native')
into new File(buildDir, 'libs')
}


compileJava.dependsOn copyNativeLibs

build.dependsOn 'spotlessApply'
Expand Down

0 comments on commit c789248

Please sign in to comment.