Commit c55acad0 by Patryk Czarnik

Moduł typu Java/Kotlin library

parent 1d40e263
/build
\ No newline at end of file
plugins {
id 'java-library'
}
java {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
\ No newline at end of file
package alx.czysta_java;
public class MyClass {
}
\ No newline at end of file
package alx.czysta_java;
public class Program {
public static void main(String[] args) {
System.out.println("Hello Java!");
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment