Skip to content
Snippets Groups Projects
Commit fcc72098 authored by Guyslain's avatar Guyslain
Browse files

Update 2023, jdk 20

parent 48f85bce
Branches master
No related tags found
Loading
......@@ -4,11 +4,11 @@ plugins {
}
application {
mainClass = 'fr.univamu.Main'
mainClass = 'fr.univamu.l2mi.Main'
}
group 'org.example'
version '1.0-SNAPSHOT'
group 'fr.univamu.l2mi'
version '2023.0-template'
repositories {
mavenCentral()
......
package fr.univamu;
package fr.univamu.l2mi;
public class Main {
public static void main(String[] args) throws InterruptedException {
......
package fr.univamu.ticker;
package fr.univamu.l2mi.ticker;
public interface Tickable {
void notifyTick();
......
package fr.univamu.ticker;
package fr.univamu.l2mi.ticker;
import java.util.ArrayList;
import java.util.List;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment