Skip to content

Commit

Permalink
Updated Kotlin to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arminzavada committed Jun 5, 2024
2 parents 5dcc554 + e86d9cd commit 3293ca4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
*/

plugins {
alias(libs.plugins.versions)
id("hu.bme.mit.semantifyr.gradle.eclipse")
}

tasks.wrapper {
version = "8.3"
version = "8.8"
distributionType = Wrapper.DistributionType.ALL
}
1 change: 0 additions & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

plugins {
`kotlin-dsl`
alias(libs.plugins.versions)
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import org.apache.tools.ant.taskdefs.condition.Os

plugins {
id("hu.bme.mit.semantifyr.gradle.conventions.application")
kotlin("jvm") version "1.9.10"
alias(libs.plugins.kotlin.jvm)
}

kotlin {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mockito = "5.5.0"
mwe2 = "2.15.0"
slf4j = "2.0.9"
xtext = "2.32.0"
kotlin = '1.9.10'
kotlin = '2.0.0'
viatra = '2.8.0'

[libraries]
Expand Down Expand Up @@ -41,4 +41,4 @@ viatra-query-runtime = { group = 'org.eclipse.viatra', name = 'viatra-query-runt
viatra-transformation-runtime = { group = 'org.eclipse.viatra', name = 'viatra-transformation-runtime', version.ref = "viatra" }

[plugins]
versions = { id = "com.github.ben-manes.versions", version = "0.48.0" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }

0 comments on commit 3293ca4

Please sign in to comment.