Skip to content

Commit

Permalink
Fix Gradle tests failing compilation.
Browse files Browse the repository at this point in the history
Removed no-yet-introduced annotation.
  • Loading branch information
Tapchicoma authored and Space committed Jul 5, 2021
1 parent 18328f9 commit a1e6c87
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import org.jetbrains.kotlin.gradle.testbase.*
import org.junit.jupiter.api.DisplayName

@DisplayName("Artifacts publication")
@SimpleGradlePluginTests
class PublishingIT : KGPBaseTest() {

private val String.fullProjectName get() = "publishing/$this"
Expand Down

0 comments on commit a1e6c87

Please sign in to comment.