Skip to content

Commit 47b85ca

Browse files
committed
Remove packaging of maven artifacts
Bintray is shutting down soon. The artifact will be published by https://github.com/TIGERs-Mannheim/ssl-game-controller-maven
1 parent d182c53 commit 47b85ca

File tree

8 files changed

+0
-355
lines changed

8 files changed

+0
-355
lines changed

.circleci/config.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,6 @@ jobs:
6565
go get github.com/tcnksm/ghr
6666
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} ./release/gh/
6767
68-
publish-package-maven:
69-
docker:
70-
- image: circleci/openjdk:11-jdk
71-
steps:
72-
- checkout
73-
- attach_workspace:
74-
at: .
75-
- run:
76-
name: "Publish Packages to Bintray"
77-
working_directory: .circleci/pkg-maven
78-
command: |
79-
./gradlew bintrayUpload --info --stacktrace
80-
8168
workflows:
8269
version: 2
8370
main:
@@ -100,11 +87,3 @@ workflows:
10087
ignore: /.*/
10188
tags:
10289
only: /^v.*/
103-
- publish-package-maven:
104-
requires:
105-
- backend
106-
filters:
107-
branches:
108-
ignore: /.*/
109-
tags:
110-
only: /^v.*/

.circleci/pkg-maven/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

.circleci/pkg-maven/build.gradle

Lines changed: 0 additions & 49 deletions
This file was deleted.
Binary file not shown.

.circleci/pkg-maven/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

.circleci/pkg-maven/gradlew

Lines changed: 0 additions & 185 deletions
This file was deleted.

.circleci/pkg-maven/gradlew.bat

Lines changed: 0 additions & 89 deletions
This file was deleted.

.circleci/pkg-maven/settings.gradle

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)