Skip to content

Commit

Permalink
Revert configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
sergej-koscejev committed Jul 28, 2023
1 parent 04c44a1 commit cde458e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,18 @@ configurations {
val languageLibs by creating
// includes also junit tasks support
val antLib by creating
val jbrWin by creating
val jbrMac by creating
val jbrLinux by creating

dependencies {
mps("com.jetbrains:mps:$mpsVersion")
languageLibs("com.mbeddr:platform:$platformVersion")
languageLibs("org.mpsqa:all-in-one:$platformVersion")
antLib("org.apache.ant:ant-junit:1.10.6")
jbrWin("com.jetbrains.jdk:jbr_jcef:$jbrVers:windows-x64@tgz")
jbrMac("com.jetbrains.jdk:jbr_jcef:$jbrVers:osx-x64@tgz")
jbrLinux("com.jetbrains.jdk:jbr_jcef:$jbrVers:linux-x64@tgz")
}
}

Expand Down
1 change: 1 addition & 0 deletions gradle.lockfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.jetbrains.jdk:jbr_jcef:11_0_12-b1504.28=jbrLinux,jbrMac,jbrWin
com.jetbrains:mps:2022.2=mps
com.mbeddr:platform:2022.2.23910.af50257=languageLibs
junit:junit:4.12=antLib
Expand Down

0 comments on commit cde458e

Please sign in to comment.