Skip to content

Commit

Permalink
build(distribution): remove unused properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sergej-koscejev committed Jan 13, 2025
1 parent 3be982c commit 48be38e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions subprojects/com.mbeddr/distribution/build.gradle
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
import de.itemis.mps.gradle.*

configurations {
junitAnt
mbeddr
jreWin
}

ext.jdkVersion = '17.0.3-b469.32'
dependencies {
mbeddr "com.mbeddr:mbeddr:$mbeddrBuildNumber"
jreWin "com.jetbrains.jdk:jbr:${jdkVersion}:windows-x64@tgz"
}

task resolve_mbeddr() {
doLast {
doLast {
copy {
from {
configurations.mbeddr.resolve().collect { zipTree(it) }
Expand Down

0 comments on commit 48be38e

Please sign in to comment.