27 lines
507 B
Plaintext
27 lines
507 B
Plaintext
/*
|
|
* 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()
|
|
} |