Skip to content

Commit fe9f018

Browse files
committed
cleanup gradle
1 parent fc5a534 commit fe9f018

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ plugins {
99
}
1010

1111

12-
def guava_version = '33.5.0-jre'
13-
def junit_version = '5.14.1'
14-
def junit_platform_version = '1.14.1'
12+
1513

1614
group = "de.monticore.lang"
1715
description = "Automata DSL"

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ mc_version=7.9.0-SNAPSHOT
99
se_commons_version =7.9.0-SNAPSHOT
1010

1111
junit_version=5.14.1
12-
guava_version=33.1.0-jre
12+
junit_platform_version=1.14.1
13+
guava_version=33.5.0-jre

0 commit comments

Comments
 (0)