mirror of
https://github.com/ParkerTenBroeck/coroutines.git
synced 2026-06-07 05:08:51 -04:00
added group for library
This commit is contained in:
parent
051d5142d1
commit
ac83bc6e93
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
version = "0.1.0"
|
||||
group = "com.parkertenbroeck.generators"
|
||||
|
||||
plugins {
|
||||
`java-library`
|
||||
|
|
@ -15,6 +16,7 @@ dependencies {
|
|||
}
|
||||
|
||||
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion = JavaLanguageVersion.of(24)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue