Skip to content

Commit

Permalink
Try to fix release issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasstamann committed Apr 11, 2024
1 parent 7f63917 commit 203e6fb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package io.toolisticon.aptk.integrationtest.java16;
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
package io.toolisticon.aptk.tools.wrapper;
package io.toolisticon.aptk.integrationtest.java16;

import io.toolisticon.aptk.common.ToolingProvider;
import io.toolisticon.aptk.tools.corematcher.AptkCoreMatchers;
import io.toolisticon.aptk.tools.wrapper.ElementWrapper;
import io.toolisticon.aptk.tools.wrapper.RecordComponentElementWrapper;
import io.toolisticon.aptk.tools.wrapper.TypeElementWrapper;
import io.toolisticon.cute.Cute;
import io.toolisticon.cute.PassIn;
import org.hamcrest.MatcherAssert;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package io.toolisticon.aptk.integrationtest.java17;
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package io.toolisticon.aptk.tools.wrapper;
package io.toolisticon.aptk.integrationtest.java17;

import io.toolisticon.aptk.common.ToolingProvider;
import io.toolisticon.aptk.tools.wrapper.TypeElementWrapper;
import io.toolisticon.cute.Cute;
import io.toolisticon.cute.PassIn;
import org.hamcrest.MatcherAssert;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package io.toolisticon.aptk.integrationtest.java9;
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.toolisticon.aptk.wrapper;
package io.toolisticon.aptk.integrationtest.java9;

import io.toolisticon.aptk.common.ToolingProvider;
import io.toolisticon.aptk.tools.wrapper.ElementWrapper;
Expand Down

0 comments on commit 203e6fb

Please sign in to comment.