Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad committed Jul 8, 2021
1 parent 07d6f83 commit 35c5552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ plugins {

repositories {
mavenCentral()
maven(url = "https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev/")
jcenter()
gradlePluginPortal()
}
Expand All @@ -27,7 +26,6 @@ allprojects {
apply(plugin = "org.gradle.maven-publish")

repositories {
maven(url = "https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev/")
jcenter()
mavenCentral()
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
#

version=0.3.0-dokka-1
version=0.3.0-SNAPSHOT
group=org.jetbrains.kotlinx

kotlinVersion=1.4.32
dokkaVersion=1.5.0-dev-106
dokkaVersion=1.5.0
freemarkerVersion=2.3.29
pluginPublishVersion=0.15.0

0 comments on commit 35c5552

Please sign in to comment.