-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: add spoon
10.4.0
as test resource (#66)
- Loading branch information
1 parent
9bea51b
commit d2dd51a
Showing
5 changed files
with
1,294 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,3 +41,6 @@ JRELEASER_VERSION | |
|
||
### Deployment files ### | ||
semver-* | ||
|
||
### Spoon workload files ### | ||
spooned* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
public class Main { | ||
// This comment should be removed by the processor | ||
public static void main(String[] args) { | ||
// This also | ||
System.out.println("Hello World!"); | ||
} | ||
// This also | ||
} |
Oops, something went wrong.