Quellcode durchsuchen

Bump tech.yanand.maven-central-publish:tech.yanand.maven-central-publish.gradle.plugin (#6418)

Bumps [tech.yanand.maven-central-publish:tech.yanand.maven-central-publish.gradle.plugin](https://github.com/yananhub/flying-gradle-plugin) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/yananhub/flying-gradle-plugin/releases)
- [Commits](https://github.com/yananhub/flying-gradle-plugin/compare/v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: tech.yanand.maven-central-publish:tech.yanand.maven-central-publish.gradle.plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] vor 10 Monaten
Ursprung
Commit
d9e06264f6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      settings.gradle

+ 1 - 1
settings.gradle

@@ -10,7 +10,7 @@ buildscript {
         //noinspection DifferentKotlinGradleVersion
         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.10"
         classpath "io.freefair.gradle:lombok-plugin:8.7.1"
-        classpath "tech.yanand.maven-central-publish:tech.yanand.maven-central-publish.gradle.plugin:1.1.1"
+        classpath "tech.yanand.maven-central-publish:tech.yanand.maven-central-publish.gradle.plugin:1.2.0"
     }
 }