Skip to content

Commit 855c3eb

Browse files
committed
Rename usageParser feature to parameterParser
1 parent c0ff0d6 commit 855c3eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/kotlin/net/kautler/antlr.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019 Bjoern Kautler
2+
* Copyright 2020 Bjoern Kautler
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@ plugins {
2424

2525
java {
2626
val main by sourceSets
27-
registerFeature("usageParser") {
27+
registerFeature("parameterParser") {
2828
usingSourceSet(main)
2929
}
3030
}
@@ -39,7 +39,7 @@ configurations {
3939
dependencies {
4040
val versions: Map<String, String> by project
4141
antlr("org.antlr:antlr4:${versions["antlr"]}")
42-
"usageParserImplementation"("org.antlr:antlr4-runtime:${versions["antlr"]}")
42+
"parameterParserImplementation"("org.antlr:antlr4-runtime:${versions["antlr"]}")
4343
}
4444

4545
tasks.withType<AntlrTask>().configureEach {

0 commit comments

Comments
 (0)