diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index 3eb6376b7..eb6e630bd 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -26,7 +26,6 @@
-
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
index be156c7af..0e7df1ed1 100644
--- a/.idea/encodings.xml
+++ b/.idea/encodings.xml
@@ -6,7 +6,6 @@
-
\ No newline at end of file
diff --git a/.travis.yml b/.travis.yml
index bd58d0e39..803e13215 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,27 +38,46 @@ deploy:
- provider: script # SNAPSHOTS
skip_cleanup: true
script: >-
- curl -T main/ant-kit/target/antkit.zip
+ curl -T main/buildkit/target/buildkit-linux.zip
-u cryptobot:${BINTRAY_API_KEY}
- -H "X-Bintray-Package:ant-kit"
+ -H "X-Bintray-Package:buildkit"
-H "X-Bintray-Version:continuous"
-H "X-Bintray-Override:1"
-H "X-Bintray-Publish:1"
- https://api.bintray.com/content/cryptomator/cryptomator/antkit-continuous.zip
+ https://api.bintray.com/content/cryptomator/cryptomator/buildkit-linux-continuous.zip
on:
repo: cryptomator/cryptomator
branch: develop
condition: $TRAVIS_TAG = ''
-- provider: releases # RELEASE
- prerelease: false
- api_key: $GITHUB_API_KEY
- file:
- - "main/uber-jar/target/Cryptomator-$TRAVIS_TAG.jar"
+- provider: script
skip_cleanup: true
+ script: >-
+ curl -T main/buildkit/target/buildkit-mac.zip
+ -u cryptobot:${BINTRAY_API_KEY}
+ -H "X-Bintray-Package:buildkit"
+ -H "X-Bintray-Version:continuous"
+ -H "X-Bintray-Override:1"
+ -H "X-Bintray-Publish:1"
+ https://api.bintray.com/content/cryptomator/cryptomator/buildkit-mac-continuous.zip
on:
repo: cryptomator/cryptomator
- tags: true
+ branch: develop
+ condition: $TRAVIS_TAG = ''
- provider: script
+ skip_cleanup: true
+ script: >-
+ curl -T main/buildkit/target/buildkit-win.zip
+ -u cryptobot:${BINTRAY_API_KEY}
+ -H "X-Bintray-Package:buildkit"
+ -H "X-Bintray-Version:continuous"
+ -H "X-Bintray-Override:1"
+ -H "X-Bintray-Publish:1"
+ https://api.bintray.com/content/cryptomator/cryptomator/buildkit-win-continuous.zip
+ on:
+ repo: cryptomator/cryptomator
+ branch: develop
+ condition: $TRAVIS_TAG = ''
+- provider: script # RELEASE
skip_cleanup: true
script: >-
curl -T main/buildkit/target/buildkit-linux.zip
diff --git a/main/pom.xml b/main/pom.xml
index 822b0d754..dbd477902 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -268,7 +268,6 @@
release
- uber-jar
buildkit
diff --git a/main/uber-jar/pom.xml b/main/uber-jar/pom.xml
deleted file mode 100644
index fa28bfada..000000000
--- a/main/uber-jar/pom.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
- 4.0.0
-
- org.cryptomator
- main
- 1.5.0-SNAPSHOT
-
- uber-jar
- Single über jar with all dependencies
-
-
-
- org.cryptomator
- launcher
-
-
-
-
-
-
- maven-shade-plugin
- 3.0.0
-
-
- make-assembly
- package
-
- shade
-
-
-
-
- Cryptomator-${project.version}
- false
-
-
-
- org.cryptomator.launcher.Cryptomator
- ${project.version}
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/main/uber-jar/src/main/resources/logback.xml b/main/uber-jar/src/main/resources/logback.xml
deleted file mode 100644
index 721175d1c..000000000
--- a/main/uber-jar/src/main/resources/logback.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
- %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
-
-
-
-
-
-
-
-
-
-
-
-