Skip to content

Commit

Permalink
Testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tresat committed Apr 22, 2024
1 parent 4509f75 commit 6b4abd4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,8 @@ protected JavaPluginExtension getJavaPluginExtension() {

@Inject
protected abstract JvmPluginServices getJvmPluginServices();

public static void testInJvm() {

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,8 @@ private static void logDeprecation() {
.withUpgradeGuideSection(8, "ear_convention_deprecation")
.nagUser();
}

public static void testInJvm() {

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,8 @@ protected I createDomainObject() {
return Cast.uncheckedCast(doCreate(getName()));
}
}

public static void testNotInPlatform() {

}
}

0 comments on commit 6b4abd4

Please sign in to comment.