mirror of
https://github.com/github/codeql-action
synced 2026-05-22 00:00:34 +03:00
Add autobuild workind-directory test
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
plugins {
|
||||
id 'application'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
application {
|
||||
mainClass = 'Main'
|
||||
}
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
class Main {
|
||||
public static void main(String args[]) {
|
||||
if (true) {
|
||||
System.out.println("Hello, World!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user