File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
buildSrc/src/main/kotlin/net/kautler Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
2525java {
2626 val main by sourceSets
27- registerFeature(" usageParser " ) {
27+ registerFeature(" parameterParser " ) {
2828 usingSourceSet(main)
2929 }
3030}
@@ -39,7 +39,7 @@ configurations {
3939dependencies {
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
4545tasks.withType<AntlrTask >().configureEach {
You can’t perform that action at this time.
0 commit comments