Skip to content

Commit

Permalink
Merge pull request #61 from josdem/feature/57-A
Browse files Browse the repository at this point in the history
[small]Feature/57
  • Loading branch information
josdem authored Jan 5, 2025
2 parents 6514558 + 2a0d761 commit a803b7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 126 deletions.
10 changes: 9 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
plugins {
id 'java'
id 'application'
id 'jacoco'
id 'com.diffplug.spotless' version '6.25.0'
id 'org.springframework.boot' version '3.3.5'
id 'io.spring.dependency-management' version '1.1.6'
}

group = 'com.josdem.jmetadata'
version = '1.2.0'
version = '1.2.1'

java {
toolchain {
Expand Down Expand Up @@ -80,6 +81,13 @@ dependencies {
implementation files('lib/last.fm-bindings-0.1.0.jar')
}

jacocoTestReport {
reports {
xml.required = true
html.required = true
}
}

test {
useJUnitPlatform()
}
Expand Down
125 changes: 0 additions & 125 deletions src/test/java/com/josdem/jmetadata/gui/TestMetadataDialog.java

This file was deleted.

0 comments on commit a803b7a

Please sign in to comment.