Skip to content

Commit

Permalink
Add package-info.java for test-only packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Sep 15, 2024
1 parent 4da4c92 commit d4d3d4e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/org/kohsuke/aot/package-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* Test-only package holding GraalVM related classes.
*
* @since 2.0
*/
package org.kohsuke.aot;
6 changes: 6 additions & 0 deletions src/main/java/org/kohsuke/github/junit/package-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* Test-only package holding junit related classes.
*
* @since 2.0
*/
package org.kohsuke.github.junit;

0 comments on commit d4d3d4e

Please sign in to comment.