mirror of
https://github.com/ParkerTenBroeck/coroutines.git
synced 2026-06-06 21:00:35 -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"
|
version = "0.1.0"
|
||||||
|
group = "com.parkertenbroeck.generators"
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
`java-library`
|
`java-library`
|
||||||
|
|
@ -15,6 +16,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
java {
|
java {
|
||||||
toolchain {
|
toolchain {
|
||||||
languageVersion = JavaLanguageVersion.of(24)
|
languageVersion = JavaLanguageVersion.of(24)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue