Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoet committed Sep 10, 2024
1 parent 5727087 commit d3c9f0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ spotless {
java {
targetExclude "${layout.buildDirectory.asFile}/**"
targetExclude "**/swagger-code/**"
targetExclude "**/generated/**"
targetExclude "**/generated*/**"
googleJavaFormat('1.18.1')
toggleOffOn() // allow spotless:off & spotless:on to protect code from formatting
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import java.util.stream.Stream;
import org.databiosphere.workspacedataservice.TestUtils;
import org.databiosphere.workspacedataservice.common.ControlPlaneTestBase;
import org.databiosphere.workspacedataservice.config.TwdsProperties;
import org.databiosphere.workspacedataservice.dao.RecordDao;
import org.databiosphere.workspacedataservice.dao.WorkspaceRepository;
import org.databiosphere.workspacedataservice.service.CollectionService;
Expand Down

0 comments on commit d3c9f0c

Please sign in to comment.