Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasstamann committed Feb 24, 2025
1 parent e02252e commit 0e289e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import io.toolisticon.cute.extension.api.AssertionSpi;
import io.toolisticon.spiap.api.Service;
import io.toolisticon.spiap.api.Spi;

@Service(value = AssertionSpi.class, priority = 0, description = "Java's AssertionError should work with all testing frameworks")
public class AssertionErrorAssertion implements AssertionSpi {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/**
* This package contains all public classes and interfaces intentioned to be used as part of the public api.
*/
@io.toolisticon.spiap.api.SpiServiceLocator(io.toolisticon.cute.extension.api.AssertionSpi.class)
package io.toolisticon.cute.extension.plainjava;

0 comments on commit 0e289e3

Please sign in to comment.