0.1.8-dev-2. Fix build
This commit is contained in:
parent
fb559f4562
commit
fc0454d339
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
val toolsVersion = "0.5.5"
|
val toolsVersion = "0.5.0"
|
||||||
id("scientifik.mpp") version toolsVersion apply false
|
id("scientifik.mpp") version toolsVersion apply false
|
||||||
id("scientifik.jvm") version toolsVersion apply false
|
id("scientifik.jvm") version toolsVersion apply false
|
||||||
id("scientifik.publish") version toolsVersion apply false
|
id("scientifik.publish") version toolsVersion apply false
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import scientifik.coroutines
|
import scientifik.useCoroutines
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("scientifik.mpp")
|
id("scientifik.mpp")
|
||||||
@ -6,7 +6,8 @@ plugins {
|
|||||||
|
|
||||||
description = "Context and provider definitions"
|
description = "Context and provider definitions"
|
||||||
|
|
||||||
coroutines()
|
|
||||||
|
useCoroutines()
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import scientifik.DependencySourceSet.TEST
|
import scientifik.DependencySourceSet.TEST
|
||||||
import scientifik.serialization
|
import scientifik.useSerialization
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("scientifik.mpp")
|
id("scientifik.mpp")
|
||||||
@ -7,7 +7,7 @@ plugins {
|
|||||||
|
|
||||||
description = "IO module"
|
description = "IO module"
|
||||||
|
|
||||||
serialization(sourceSet = TEST){
|
useSerialization(sourceSet = TEST){
|
||||||
cbor()
|
cbor()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import scientifik.serialization
|
import scientifik.useSerialization
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("scientifik.jvm")
|
id("scientifik.jvm")
|
||||||
@ -6,7 +6,7 @@ plugins {
|
|||||||
|
|
||||||
description = "YAML meta IO"
|
description = "YAML meta IO"
|
||||||
|
|
||||||
serialization{
|
useSerialization{
|
||||||
yaml()
|
yaml()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
import scientifik.serialization
|
import scientifik.useSerialization
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("scientifik.mpp")
|
id("scientifik.mpp")
|
||||||
}
|
}
|
||||||
|
|
||||||
serialization()
|
useSerialization()
|
||||||
|
|
||||||
description = "Meta definition and basic operations on meta"
|
description = "Meta definition and basic operations on meta"
|
Loading…
Reference in New Issue
Block a user