Skip to content

Commit

Permalink
Switch to shadowed Maven resolver version
Browse files Browse the repository at this point in the history
  • Loading branch information
ileasile committed Oct 14, 2021
1 parent 7e98b03 commit 0151543
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation(libs.kotlin.dev.scriptingCompilerImplEmbeddable)
implementation(libs.kotlin.dev.scriptingCompilerEmbeddable)
implementation(libs.kotlin.dev.scriptingIdeServices)
implementation(libs.kotlin.dev.scriptingDependenciesMaven)
implementation(libs.kotlin.dev.scriptingDependenciesMavenAll)
implementation(libs.kotlin.dev.scriptUtil)
implementation(libs.kotlin.dev.scriptingCommon)

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ kotlin-dev-scriptingCompilerImplEmbeddable = { group = "org.jetbrains.kotlin", n
kotlin-dev-scriptingCompilerEmbeddable = { group = "org.jetbrains.kotlin", name = "kotlin-scripting-compiler-embeddable", version.ref = "kotlin" }
kotlin-dev-scriptingIdeServices = { group = "org.jetbrains.kotlin", name = "kotlin-scripting-ide-services", version.ref = "kotlin" }
kotlin-dev-scriptingDependencies = { group = "org.jetbrains.kotlin", name = "kotlin-scripting-dependencies", version.ref = "kotlin" }
kotlin-dev-scriptingDependenciesMaven = { group = "org.jetbrains.kotlin", name = "kotlin-scripting-dependencies-maven", version.ref = "kotlin" }
kotlin-dev-scriptingDependenciesMavenAll = { group = "org.jetbrains.kotlin", name = "kotlin-scripting-dependencies-maven-all", version.ref = "kotlin" }
kotlin-dev-scriptUtil = { group = "org.jetbrains.kotlin", name = "kotlin-script-util", version.ref = "kotlin" }
kotlin-dev-scriptingCommon = { group = "org.jetbrains.kotlin", name = "kotlin-scripting-common", version.ref = "kotlin" }
kotlin-dev-scriptingJvm = { group = "org.jetbrains.kotlin", name = "kotlin-scripting-jvm", version.ref = "kotlin" }
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
</root>

<logger name="org.apache" level="ERROR" />
<logger name="org.jetbrains.kotlin.org.apache" level="ERROR" />
<logger name="httpclient" level="ERROR" />
<logger name="org.jetbrains.kotlin.httpclient" level="ERROR" />
<logger name="org.eclipse.aether" level="INFO" />
<logger name="org.jetbrains.kotlin.org.eclipse.aether" level="INFO" />
</configuration>

0 comments on commit 0151543

Please sign in to comment.