Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #122 from launchdarkly/jc/remove-fossa
Browse files Browse the repository at this point in the history
Removed .fossa.yml, removed fossa job from circleci, removed fossa ba…
  • Loading branch information
torchhound authored Apr 1, 2019
2 parents c0d7e5f + ebc6099 commit 69ee4ed
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
15 changes: 0 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@ jobs:
name: run packaging tests
command: cd packaging-test && make all

fossa:
docker:
- image: circleci/java
steps:
- checkout
- run: cp gradle.properties.example gradle.properties
- run: ./gradlew dependencies
- run: curl https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
- run: fossa analyze

workflows:
version: 2
test:
Expand All @@ -67,8 +57,3 @@ workflows:
branches:
ignore:
- gh-pages
- fossa:
filters:
branches:
ignore:
- gh-pages
11 changes: 0 additions & 11 deletions .fossa.yaml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ LaunchDarkly SDK for Java

[![Circle CI](https://circleci.com/gh/launchdarkly/java-client.svg?style=shield)](https://circleci.com/gh/launchdarkly/java-client)
[![Javadocs](http://javadoc.io/badge/com.launchdarkly/launchdarkly-client.svg)](http://javadoc.io/doc/com.launchdarkly/launchdarkly-client)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Flaunchdarkly%2Fjava-client.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Flaunchdarkly%2Fjava-client?ref=badge_shield)

Supported Java versions
-----------------------
Expand Down

0 comments on commit 69ee4ed

Please sign in to comment.