From fc23796ff8c6f63eb97885b0bb1824c544707cf9 Mon Sep 17 00:00:00 2001 From: dgelessus <dgelessus@users.noreply.github.com> Date: Mon, 7 Aug 2023 17:21:44 +0200 Subject: [PATCH] Update de.hhu.stups.sablecc Gradle plugin to version 1.1.0 This hopefully fixes the deprecation warnings about undeclared dependencies of the sourcesJar task that appear sometimes. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c687c0d..0401805 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id("maven-publish") id("signing") - id("de.hhu.stups.sablecc").version("1.0.0") + id("de.hhu.stups.sablecc").version("1.1.0") } project.group = "de.hhu.stups" -- GitLab