Moved servlet-api to compile dependency.
This commit is contained in:
parent
1a2fa5273f
commit
bb190b5a65
1 changed files with 3 additions and 3 deletions
|
@ -54,9 +54,9 @@ dependencies {
|
||||||
kapt(semverProcessor)
|
kapt(semverProcessor)
|
||||||
implementation(semverProcessor)
|
implementation(semverProcessor)
|
||||||
|
|
||||||
implementation("javax.servlet:javax.servlet-api:4.0.1")
|
|
||||||
implementation("org.mockito:mockito-core:3.0.0")
|
implementation("org.mockito:mockito-core:3.0.0")
|
||||||
|
|
||||||
|
compile("javax.servlet:javax.servlet-api:4.0.1")
|
||||||
compile("com.squareup.okhttp3:okhttp:4.2.0")
|
compile("com.squareup.okhttp3:okhttp:4.2.0")
|
||||||
compile("com.squareup.okhttp3:logging-interceptor:4.2.0")
|
compile("com.squareup.okhttp3:logging-interceptor:4.2.0")
|
||||||
|
|
||||||
|
@ -144,7 +144,7 @@ tasks {
|
||||||
jdkVersion = 8
|
jdkVersion = 8
|
||||||
val mapping = LinkMapping().apply {
|
val mapping = LinkMapping().apply {
|
||||||
dir = "src/main/kotlin"
|
dir = "src/main/kotlin"
|
||||||
url = "https://github.com/ethauvin/$name/blob/${project.version}/src/main/kotlin"
|
url = "https://github.com/ethauvin/${project.name}/blob/${project.version}/src/main/kotlin"
|
||||||
suffix = "#L"
|
suffix = "#L"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue