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

Update dependencies, remove jcenter

parent e980708e
No related branches found
Tags 1.2.0
No related merge requests found
Pipeline #2486 passed
......@@ -11,30 +11,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
GROUP=de.justjanne
VERSION_NAME=1.1.0
......
rootProject.name = "kotlin-bitflags"
/*
* Kotlin Bitflags
* 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 = "kotlin-bitflags"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment