Skip to content

Commit d13f03e

Browse files
committed
need to comment out the autogenerated message
1 parent aa4c0c6 commit d13f03e

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
@@ -54,7 +54,7 @@ task run (type: JavaExec, dependsOn: classes){
5454
task generateGemJarRequiresFile {
5555
File jars_file = file('lib/logstash-input-beats_jars.rb')
5656
jars_file.newWriter().withWriter { w ->
57-
w << "AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.\n\n"
57+
w << "# AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.\n\n"
5858
w << "require \'jar_dependencies\'\n"
5959
configurations.runtime.allDependencies.each {
6060
w << "require_jar(\'${it.group}\', \'${it.name}\', \'${it.version}\')\n"

0 commit comments

Comments
 (0)