Skip to content

Commit

Permalink
Remove qodana (#54)
Browse files Browse the repository at this point in the history
* Sadly remove Qodana

* Fix version number

---------

Co-authored-by: Michael Lieshoff <[email protected]>
  • Loading branch information
mlieshoff and Michael Lieshoff authored Dec 12, 2023
1 parent 0f81e89 commit 5eb62fb
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 130 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/code_coverage.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/code_coverage_pr.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/code_quality.yml

This file was deleted.

11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [3.0.7] - 2023-12-12

### Removed

- Qodana

## [3.0.6] - 2023-09-28

### Added
Expand Down Expand Up @@ -46,7 +52,10 @@

- Create release job #41

[unreleased]: https://github.com/mlieshoff/brawljars/compare/v3.0.6...HEAD
[unreleased]: https://github.com/mlieshoff/brawljars/compare/v3.0.7...HEAD
[3.0.7]: https://github.com/mlieshoff/brawljars/compare/v3.0.6...v3.0.7
[3.0.6]: https://github.com/mlieshoff/brawljars/compare/v3.0.5...v3.0.6
[3.0.5]: https://github.com/mlieshoff/brawljars/compare/v3.0.4...v3.0.5
[3.0.4]: https://github.com/mlieshoff/brawljars/compare/v3.0.3...v3.0.4
[3.0.3]: https://github.com/mlieshoff/brawljars/compare/v3.0.2...v3.0.3
[3.0.2]: https://github.com/mlieshoff/brawljars/compare/v3.0.2...v3.0.2
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[![](https://img.shields.io/badge/java-packagecloud.io-844fec.svg)](https://packagecloud.io/)
[![Qodana](https://github.com/mlieshoff/brawljars/actions/workflows/code_quality.yml/badge.svg)](https://github.com/mlieshoff/brawljars/actions/workflows/code_quality.yml)
[![Nightlies](https://github.com/mlieshoff/brawljars/actions/workflows/nightlies.yml/badge.svg)](https://github.com/mlieshoff/brawljars/actions/workflows/nightlies.yml)

# brawljars 3.0.6
# brawljars 3.0.7
A Java Wrapper For Official Supercell Brawl Stars Api

## Why we don't use the Swagger scheme?
Expand Down Expand Up @@ -269,15 +268,15 @@ All requests are returning *java.concurrent.Future*. The execution will be async

to Gradle:
```groovy
implementation group: 'brawljars', name: 'brawljars', version: '3.0.6'
implementation group: 'brawljars', name: 'brawljars', version: '3.0.7'
```

to Maven:
```xml
<dependency>
<groupId>brawljars</groupId>
<artifactId>brawljars</artifactId>
<version>3.0.6</version>
<version>3.0.7</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.0.6
v3.0.7
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>brawljars</artifactId>
<packaging>jar</packaging>
<version>3.0.6</version>
<version>3.0.7</version>
<groupId>brawljars</groupId>
<url>https://maven.apache.org</url>
<inceptionYear>2020</inceptionYear>
Expand Down Expand Up @@ -94,13 +94,6 @@
<goals>
<goal>report</goal>
</goals>
<configuration>
<outputDirectory>${project.basedir}/.qodana/code-coverage/</outputDirectory>
<formats>XML</formats>
<includes>
<include>brawljars/**</include>
</includes>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
6 changes: 0 additions & 6 deletions qodana.yaml

This file was deleted.

0 comments on commit 5eb62fb

Please sign in to comment.