Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jetbrains-plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
jetbrains-plugin
Commits
32227c9e
Commit
32227c9e
authored
3 years ago
by
Johannes Mey
Browse files
Options
Downloads
Patches
Plain Diff
update versions
parent
e87f1dcc
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle.kts
+4
-4
4 additions, 4 deletions
build.gradle.kts
detekt-config.yml
+0
-0
0 additions, 0 deletions
detekt-config.yml
with
4 additions
and
4 deletions
build.gradle.kts
+
4
−
4
View file @
32227c9e
...
@@ -18,9 +18,9 @@ plugins {
...
@@ -18,9 +18,9 @@ plugins {
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
id
(
"org.jetbrains.changelog"
)
version
"1.1.2"
id
(
"org.jetbrains.changelog"
)
version
"1.1.2"
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
id
(
"io.gitlab.arturbosch.detekt"
)
version
"1.1
7
.1"
id
(
"io.gitlab.arturbosch.detekt"
)
version
"1.1
8
.1"
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
id
(
"org.jlleitschuh.gradle.ktlint"
)
version
"10.
0
.0"
id
(
"org.jlleitschuh.gradle.ktlint"
)
version
"10.
2
.0"
id
(
"org.jetbrains.grammarkit"
)
version
"2021.1.3"
id
(
"org.jetbrains.grammarkit"
)
version
"2021.1.3"
}
}
...
@@ -33,7 +33,7 @@ repositories {
...
@@ -33,7 +33,7 @@ repositories {
mavenCentral
()
mavenCentral
()
}
}
dependencies
{
dependencies
{
detektPlugins
(
"io.gitlab.arturbosch.detekt:detekt-formatting:1.1
7
.1"
)
detektPlugins
(
"io.gitlab.arturbosch.detekt:detekt-formatting:1.1
8
.1"
)
}
}
java
{
java
{
sourceCompatibility
=
JavaVersion
.
VERSION_1_8
sourceCompatibility
=
JavaVersion
.
VERSION_1_8
...
@@ -79,7 +79,7 @@ detekt {
...
@@ -79,7 +79,7 @@ detekt {
buildUponDefaultConfig
=
true
buildUponDefaultConfig
=
true
reports
{
reports
{
html
.
enabled
=
fals
e
html
.
enabled
=
tru
e
xml
.
enabled
=
false
xml
.
enabled
=
false
txt
.
enabled
=
false
txt
.
enabled
=
false
}
}
...
...
This diff is collapsed.
Click to expand it.
dete
c
t-config.yml
→
dete
k
t-config.yml
+
0
−
0
View file @
32227c9e
File moved
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