Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
froyo4u committed Feb 25, 2021
1 parent 586f324 commit aec9b32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,8 @@ publishing {
// mavenLocal()
}
}

task additionalCopy(type:Copy){
from file("${project.buildDir}/libs/$archivesBaseName-${version}.jar")
into file("${project.buildDir}/to_upload")
}

0 comments on commit aec9b32

Please sign in to comment.