Skip to content

Commit 905bc5a

Browse files
committed
Update top-level buildfile to exclude the grammars from publish
1 parent d428d22 commit 905bc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repositories {
66
mavenCentral()
77
}
88

9-
subprojects {
9+
configure(subprojects.findAll { it.name != 'grammars' }) {
1010
apply plugin: 'kotlin'
1111
apply plugin: 'maven-publish'
1212

0 commit comments

Comments
 (0)