Skip to content

Commit 50910e1

Browse files
committed
Enabled tests
1 parent dd61c4f commit 50910e1

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

cli/cli.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import org.apache.tools.ant.filters.ReplaceTokens
22

33
ext {
44
ceylonModuleName = 'cli'
5-
ceylonTestDisabled = true
65
}
76

87
apply from : "${rootProject.projectDir}/gradle/java-for-modules.gradle"

langtools-classfile/langtools.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ requiresCBP 'ceylon.classfile.dir'
44
ext {
55
ceylonModuleName = 'langtools.classfile'
66
ceylonPublishModuleName = 'classfile'
7-
ceylonTestDisabled = true
87
}
98

109
apply from : "${rootProject.projectDir}/gradle/java-for-modules.gradle"

model/model.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
ext {
22
ceylonModuleName = 'model'
3-
ceylonTestDisabled = true
4-
53
}
64

75
apply from : "${rootProject.projectDir}/gradle/java-for-modules.gradle"

module-loader/moduleloader.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
ext {
22
ceylonModuleName = 'module-loader'
3-
ceylonTestDisabled = true
4-
53
}
64

75
apply from : "${rootProject.projectDir}/gradle/java-for-modules.gradle"

0 commit comments

Comments
 (0)