Skip to content

Commit

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

* Sadly remove Qodana

* Fix version number

---------

Co-authored-by: Michael Lieshoff <michael.lieshoff@virtual-solution.com>
  • Loading branch information
mlieshoff and Michael Lieshoff authored Dec 12, 2023
1 parent a0a375e commit d57f9e6
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.4] - 2023-12-12

### Removed

- Qodana

## [3.0.3] - 2023-09-26

### Added
Expand Down Expand Up @@ -107,7 +113,10 @@

- Create a Release job (#152)

[unreleased]: https://github.com/mlieshoff/jcrapi2/compare/v3.0.3...HEAD
[unreleased]: https://github.com/mlieshoff/jcrapi2/compare/v3.0.4...HEAD
[3.0.4]: https://github.com/mlieshoff/jcrapi2/compare/v3.0.3...3.0.4
[3.0.3]: https://github.com/mlieshoff/jcrapi2/compare/v3.0.2...3.0.3
[3.0.2]: https://github.com/mlieshoff/jcrapi2/compare/v3.0.1...3.0.2
[3.0.1]: https://github.com/mlieshoff/jcrapi2/compare/v3.0.0...3.0.1
[3.0.0]: https://github.com/mlieshoff/jcrapi2/compare/v2.1.5...3.0.0
[2.1.5]: https://github.com/mlieshoff/jcrapi2/compare/v2.1.4...v2.1.5
Expand Down
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/jcrapi2/actions/workflows/code_quality.yml/badge.svg)](https://github.com/mlieshoff/jcrapi2/actions/workflows/code_quality.yml)
[![Nightlies](https://github.com/mlieshoff/jcrapi2/actions/workflows/nightlies.yml/badge.svg)](https://github.com/mlieshoff/jcrapi2/actions/workflows/nightlies.yml)

# jcrapi2 3.0.3
# jcrapi2 3.0.4
A Java Wrapper For Official Supercell Clash Royal Api

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

to Gradle:
```groovy
implementation group: 'jcrapi2', name: 'jcrapi2', version: '3.0.3'
implementation group: 'jcrapi2', name: 'jcrapi2', version: '3.0.4'
```

to Maven:
```xml
<dependency>
<groupId>jcrapi2</groupId>
<artifactId>jcrapi2</artifactId>
<version>3.0.3</version>
<version>3.0.4</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.3
v3.0.4
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>jcrapi2</artifactId>
<packaging>jar</packaging>
<version>3.0.3</version>
<version>3.0.4</version>
<groupId>jcrapi2</groupId>
<url>https://maven.apache.org</url>
<inceptionYear>2018</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>jcrapi2/**</include>
</includes>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
6 changes: 0 additions & 6 deletions qodana.yaml

This file was deleted.

0 comments on commit d57f9e6

Please sign in to comment.