mirror of
https://github.com/ParkerTenBroeck/coroutines.git
synced 2026-06-07 05:08:51 -04:00
improved package names, split demos
This commit is contained in:
parent
ecb18b417e
commit
a577a825f8
27 changed files with 350 additions and 272 deletions
|
|
@ -1,3 +1,5 @@
|
|||
version = "0.1.0"
|
||||
|
||||
plugins {
|
||||
`java-library`
|
||||
}
|
||||
|
|
@ -12,6 +14,7 @@ dependencies {
|
|||
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
|
||||
}
|
||||
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion = JavaLanguageVersion.of(24)
|
||||
|
|
@ -21,4 +24,4 @@ java {
|
|||
tasks.named<Test>("test") {
|
||||
// Use JUnit Platform for unit tests.
|
||||
useJUnitPlatform()
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue