Skip to content

Commit 48f1c75

Browse files
committed
Add changes to changelog and fix checkstyle
1 parent 91ead6c commit 48f1c75

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.2
2+
* Added a property which allows disabling the plugin #11 @runeflobakk
3+
> enables the troller to subtly disable accidentally blasting the music in the office space while waiting for the trollees to be trolled, while avoiding being self-trolled
4+
15
# 1.0.1
26
* Updated dependencies
37

music-maven-plugin/src/main/java/software/xdev/maven/music/MusicMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class MusicMojo extends AbstractMojo
3939
{
4040
protected static final AtomicInteger THREAD_COUNTER = new AtomicInteger(0);
4141

42-
@Parameter(property="music.skip")
42+
@Parameter(property = "music.skip")
4343
protected boolean skip;
4444

4545
@Parameter

0 commit comments

Comments
 (0)