Skip to content

Commit

Permalink
remove unneeded folder build/lib
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Feb 9, 2024
1 parent 521b8e3 commit 725eba7
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,6 @@ dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.13.2', transitive: false
}

repositories{
repositories {
mavenCentral()
}

task libsProd(type: Sync) {
from configurations.compileClasspath
into "$buildDir/lib/prod"
}

task libsTest(type: Sync) {
from configurations.testRuntimeClasspath - configurations.compileClasspath
into "$buildDir/lib/test"
}

compileJava.dependsOn libsProd, libsTest

0 comments on commit 725eba7

Please sign in to comment.