Skip to content

Commit

Permalink
More deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Mar 9, 2023
1 parent 011f009 commit da2bf6b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 18 additions & 2 deletions runners/gradle-plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
# Project Settings
dokka_version=1.8.20-SNAPSHOT
dokka_integration_test_parallelism=2
# Versions
kotlin_version=1.8.10
coroutines_version=1.6.3
kotlinx_html_version=0.7.5
kotlin_plugin_version=213-1.8.10-release-430-IJ6777.52
jsoup_version=1.15.3
idea_version=213.6777.52
language_version=1.4
# jackson 2.13.X does not support kotlin language version 1.4, check before updating
jackson_version=2.12.7
# fixes CVE-2022-42003
jackson_databind_version=2.12.7.1
coroutines_version=1.6.3
language_version=1.4
freemarker_version=2.3.31
# Code style
kotlin.code.style=official
# Gradle settings
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2g
org.gradle.parallel=true
org.gradle.caching=true

kotlin.stdlib.default.dependency=false
4 changes: 4 additions & 0 deletions runners/gradle-plugin/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ include(
":core",
":core:test-api",
":kotlin-analysis",
":kotlin-analysis:intellij-dependency",
":kotlin-analysis:compiler-dependency",
":test-utils",
)

project(":core").projectDir = File("../../core")
project(":core:test-api").projectDir = File("../../core/test-api")
project(":kotlin-analysis").projectDir = File("../../kotlin-analysis")
project(":kotlin-analysis:intellij-dependency").projectDir = File("../../kotlin-analysis/intellij-dependency")
project(":kotlin-analysis:compiler-dependency").projectDir = File("../../kotlin-analysis/compiler-dependency")
project(":test-utils").projectDir = File("../../test-utils")

pluginManagement {
Expand Down

0 comments on commit da2bf6b

Please sign in to comment.