Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jacoco-cobertura-converter
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
jacoco-cobertura-converter
Commits
8936f17f
Verified
Commit
8936f17f
authored
4 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Update dependencies, remove jcenter
parent
594fa8d8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#2485
canceled
4 years ago
Stage: build
Stage: test
Stage: release
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
build.gradle.kts
+5
-20
5 additions, 20 deletions
build.gradle.kts
gradle.properties
+1
-1
1 addition, 1 deletion
gradle.properties
settings.gradle.kts
+0
-1
0 additions, 1 deletion
settings.gradle.kts
with
6 additions
and
22 deletions
build.gradle.kts
+
5
−
20
View file @
8936f17f
...
...
@@ -10,36 +10,21 @@
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
{
api
(
"com.fasterxml.jackson.core"
,
"jackson-databind"
,
"2.12.
1
"
)
api
(
"com.fasterxml.jackson.module"
,
"jackson-module-kotlin"
,
"2.12.
0
"
)
api
(
"com.fasterxml.jackson.dataformat"
,
"jackson-dataformat-xml"
,
"2.12.
1
"
)
api
(
"com.fasterxml.jackson.core"
,
"jackson-databind"
,
"2.12.
3
"
)
api
(
"com.fasterxml.jackson.module"
,
"jackson-module-kotlin"
,
"2.12.
3
"
)
api
(
"com.fasterxml.jackson.dataformat"
,
"jackson-dataformat-xml"
,
"2.12.
3
"
)
testImplementation
(
kotlin
(
"test-junit5"
))
...
...
This diff is collapsed.
Click to expand it.
gradle.properties
+
1
−
1
View file @
8936f17f
...
...
@@ -8,7 +8,7 @@
#
kotlin.code.style
=
official
junit5Version
=
5.
6.0
junit5Version
=
5.
7.2
GROUP
=
de.justjanne
VERSION_NAME
=
1.0.0
...
...
This diff is collapsed.
Click to expand it.
settings.gradle.kts
+
0
−
1
View file @
8936f17f
...
...
@@ -12,6 +12,5 @@ rootProject.name = "jacoco-cobertura-converter"
pluginManagement
{
repositories
{
gradlePluginPortal
()
jcenter
()
}
}
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