Skip to content
Snippets Groups Projects
Commit ce62b426 authored by Jens Bendisposto's avatar Jens Bendisposto
Browse files

jar location

parent 26924952
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ before_install: ...@@ -8,7 +8,7 @@ before_install:
- openssl aes-256-cbc -pass pass:$ENCRYPTION_PASSWORD -in gradle.properties.enc -out - openssl aes-256-cbc -pass pass:$ENCRYPTION_PASSWORD -in gradle.properties.enc -out
gradle.properties -d gradle.properties -d
after_success: find build/tlc4b/TLC4B.jar -type f -exec after_success: find TLC4B.jar -type f -exec
curl -u $FTP_USER:$FTP_PASS --ftp-create-dirs -T {} ftp://cobra.cs.uni-duesseldorf.de/upload/{} curl -u $FTP_USER:$FTP_PASS --ftp-create-dirs -T {} ftp://cobra.cs.uni-duesseldorf.de/upload/{}
\; \;
......
...@@ -99,7 +99,7 @@ jar { ...@@ -99,7 +99,7 @@ jar {
task tlc4b(dependsOn: build) << { task tlc4b(dependsOn: build) << {
copy { copy {
from('build/libs/') from('build/libs/')
into('build/tlc4b') into('.')
include('tlc4b-'+project.version+'.jar') include('tlc4b-'+project.version+'.jar')
rename('tlc4b-(.+)', 'TLC4B.jar') rename('tlc4b-(.+)', 'TLC4B.jar')
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment