Skip to content

Commit

Permalink
Some small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclrchtr committed Aug 7, 2023
1 parent 22f5a78 commit 1383599
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val libs = extensions.getByType<VersionCatalogsExtension>().named("libs")
val libs: VersionCatalog = extensions.getByType<VersionCatalogsExtension>().named("libs")

plugins {
// Support convention plugins written in Kotlin. Convention plugins are build scripts in 'src/main'
Expand Down
1 change: 0 additions & 1 deletion buildSrc/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
dependencyResolutionManagement {
@Suppress("UnstableApiUsage")
versionCatalogs {
create("libs") {
from(files("../gradle/libs.versions.toml"))
Expand Down
2 changes: 0 additions & 2 deletions buildSrc/src/main/kotlin/java-conventions.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@file:Suppress("UnstableApiUsage")

import de.mrclrchtr.education.gradle.constant.JDK_VERSION

plugins {
Expand Down
2 changes: 0 additions & 2 deletions buildSrc/src/main/kotlin/kotlin-conventions.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@file:Suppress("UnstableApiUsage")

import de.mrclrchtr.education.gradle.constant.JDK_VERSION
import de.mrclrchtr.education.gradle.constant.KOTLIN_VERSION
import io.gitlab.arturbosch.detekt.Detekt
Expand Down

0 comments on commit 1383599

Please sign in to comment.