activitystreams-kt/typext/build.gradle.kts

27 lines
507 B
Plaintext
Raw Permalink Normal View History

2024-11-08 15:57:04 +00:00
/*
* This file was generated by the Gradle 'init' task.
*/
plugins {
java
kotlin("jvm")
}
dependencies {
api(project(":core"))
api(libs.org.apache.httpcomponents.httpclient.cache)
api(libs.org.apache.httpcomponents.httpcomponents.client)
testImplementation(libs.junit.junit)
implementation(kotlin("stdlib-jdk8"))
}
description = "Activity Streams 2.0 - Type Extension Support"
repositories {
mavenCentral()
}
kotlin {
jvmToolchain(11)
}
tasks.test {
useJUnit()
}