Skip to content
Snippets Groups Projects
Verified Commit 3e0bad78 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Updated dependencies, removed jcenter

parent 1c576b4a
Branches
Tags
No related merge requests found
......@@ -10,30 +10,15 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("jvm") version "1.4.21"
kotlin("jvm") version "1.5.0"
id("org.jlleitschuh.gradle.ktlint") version "10.0.0"
id("org.jetbrains.dokka") version "1.4.20"
id("org.jetbrains.dokka") version "1.4.32"
id("maven-publish")
id("com.vanniktech.maven.publish") version "0.13.0"
}
repositories {
mavenCentral()
exclusiveContent {
forRepository {
maven {
name = "JCenter"
setUrl("https://jcenter.bintray.com/")
}
}
filter {
// Required for Dokka
includeModule("com.soywiz.korlibs.korte", "korte-jvm")
includeModule("org.jetbrains.kotlinx", "kotlinx-html-jvm")
includeGroup("org.jetbrains.dokka")
includeModule("org.jetbrains", "markdown")
}
}
}
dependencies {
......
kotlin.code.style=official
junit5Version=5.6.0
junit5Version=5.7.2
testContainersVersion=1.15.1
GROUP=de.justjanne
......
rootProject.name = "testcontainers-ci"
/*
* Testcontainers-CI
* Copyright (c) 2021 Janne Mareike Koschinski
*
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at https://mozilla.org/MPL/2.0/.
*/
pluginManagement {
repositories {
gradlePluginPortal()
jcenter()
}
}
rootProject.name = "testcontainers-ci"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment