File tree Expand file tree Collapse file tree
src/main/kotlin/dev/slne/surf/surfapi/gradle/generators Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ plugins {
2121group = groupId
2222version = buildString {
2323 append(mcVersion)
24- append(" -1.12.1 " )
24+ append(" -1.12.2 " )
2525 if (snapshot) append(" -SNAPSHOT" )
2626}
2727
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import org.gradle.api.file.RegularFileProperty
77import org.gradle.api.provider.Property
88import org.gradle.api.tasks.CacheableTask
99import org.gradle.api.tasks.Input
10- import org.gradle.api.tasks.OutputDirectory
10+ import org.gradle.api.tasks.OutputFile
1111import org.gradle.api.tasks.TaskAction
1212
1313@CacheableTask
@@ -18,7 +18,7 @@ abstract class GeneratePluginFile : DefaultTask() {
1818 @get:Input
1919 abstract val pluginFileJson: Property <String >
2020
21- @get:OutputDirectory
21+ @get:OutputFile
2222 abstract val outputFile: RegularFileProperty
2323
2424 @TaskAction
You can’t perform that action at this time.
0 commit comments