Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sfuhrm/radiorecorder
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Nov 10, 2024
2 parents f56577e + 800fad0 commit e3226d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Radio Recorder
===================
[![Java CI](https://github.com/sfuhrm/radiorecorder/actions/workflows/maven.yml/badge.svg)](https://github.com/sfuhrm/radiorecorder/actions/workflows/maven.yml)
[![Dependency Check](https://github.com/sfuhrm/radiorecorder/actions/workflows/dependency-check.yml/badge.svg)](https://github.com/sfuhrm/radiorecorder/actions/workflows/dependency-check.yml)
[![Integration Test](https://github.com/sfuhrm/radiorecorder/actions/workflows/maven-integration.yml/badge.svg)](https://github.com/sfuhrm/radiorecorder/actions/workflows/maven-integration.yml)
[![ReleaseDate](https://img.shields.io/github/release-date/sfuhrm/radiorecorder)](https://github.com/sfuhrm/radiorecorder/releases)
![Maven Central](https://img.shields.io/maven-central/v/de.sfuhrm/radiorecorder)
Expand Down
5 changes: 4 additions & 1 deletion radiorecorder-aac/src/main/java/de/sfuhrm/dummy/Dummy.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
package de.sfuhrm.dummy;

/** This file is here so a Javadoc and Sources JAR get generated for repo upload.
Otherwise the repo upload fails.
*/
public class Dummy {
public static void dummy() {
// nothing
}
}
}

0 comments on commit e3226d6

Please sign in to comment.