mirror of
https://github.com/Noratrieb/minmax.git
synced 2026-01-14 23:35:04 +01:00
works
This commit is contained in:
parent
59a7ad0af9
commit
b083ef958d
4 changed files with 39 additions and 2 deletions
|
|
@ -11,6 +11,12 @@ java {
|
|||
}
|
||||
}
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes 'Main-Class': 'ch.bbw.m411.connect4.Connect4ArenaMain'
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
|
@ -23,4 +29,4 @@ dependencies {
|
|||
|
||||
tasks.named('test') {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue