Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kotlin-bitflags
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
kotlin-bitflags
Commits
65316165
Verified
Commit
65316165
authored
3 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Update dependencies, remove jcenter
parent
e980708e
No related branches found
Branches containing commit
Tags
1.2.0
Tags containing commit
No related merge requests found
Pipeline
#2486
passed
3 years ago
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build.gradle.kts
+2
-17
2 additions, 17 deletions
build.gradle.kts
gradle.properties
+1
-1
1 addition, 1 deletion
gradle.properties
settings.gradle.kts
+9
-7
9 additions, 7 deletions
settings.gradle.kts
with
12 additions
and
25 deletions
build.gradle.kts
+
2
−
17
View file @
65316165
...
...
@@ -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.2
0
"
id
(
"org.jetbrains.dokka"
)
version
"1.4.
3
2"
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
{
...
...
This diff is collapsed.
Click to expand it.
gradle.properties
+
1
−
1
View file @
65316165
kotlin.code.style
=
official
junit5Version
=
5.
6.0
junit5Version
=
5.
7.2
GROUP
=
de.justjanne
VERSION_NAME
=
1.1.0
...
...
This diff is collapsed.
Click to expand it.
settings.gradle.kts
+
9
−
7
View file @
65316165
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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment