From 41d6559a33678d471fcff93920d5df9be54782f3 Mon Sep 17 00:00:00 2001 From: Andres Almiray Date: Mon, 4 Nov 2024 15:12:45 +0100 Subject: [PATCH] build: Update versions and fix build --- build.gradle | 2 +- docs/guide/guide.gradle | 2 +- gradle.properties | 24 +++++++++---------- gradle/wrapper/gradle-wrapper.properties | 2 +- .../base-gradle-plugin.gradle | 2 +- plugins/base-gradle-plugin/gradle.properties | 2 +- .../gradle/annotations/DependsOn.groovy | 2 +- .../kordamp/gradle/annotations/Evicts.groovy | 2 +- .../AllProjectsEvaluatedListener.groovy | 2 +- .../listener/ProjectEvaluatedListener.groovy | 2 +- .../ProjectEvaluationListenerManager.groovy | 2 +- .../listener/TaskGraphReadyListener.groovy | 2 +- .../plugin/AbstractKordampPlugin.groovy | 2 +- .../gradle/plugin/KordampPlugin.groovy | 2 +- .../kordamp/gradle/plugin/base/Banner.groovy | 2 +- .../gradle/plugin/base/BasePlugin.groovy | 2 +- .../base/ProjectConfigurationExtension.groovy | 2 +- .../plugin/base/ProjectsExtension.groovy | 2 +- .../gradle/plugin/base/ProjectsSpec.groovy | 2 +- .../base/internal/DefaultVersions.groovy | 2 +- .../base/internal/ProjectsSpecImpl.groovy | 2 +- .../base/model/AbstractDomainSet.groovy | 2 +- .../plugin/base/model/CiManagement.groovy | 2 +- .../plugin/base/model/Credentials.groovy | 2 +- .../plugin/base/model/CredentialsSet.groovy | 2 +- .../base/model/CredentialsSetImpl.groovy | 2 +- .../gradle/plugin/base/model/DomainSet.groovy | 2 +- .../plugin/base/model/Implementation.groovy | 2 +- .../plugin/base/model/Information.groovy | 2 +- .../plugin/base/model/IssueManagement.groovy | 2 +- .../gradle/plugin/base/model/License.groovy | 2 +- .../gradle/plugin/base/model/LicenseId.groovy | 2 +- .../plugin/base/model/LicenseSet.groovy | 2 +- .../plugin/base/model/LicenseSetImpl.groovy | 2 +- .../gradle/plugin/base/model/Links.groovy | 2 +- .../plugin/base/model/MailingList.groovy | 2 +- .../plugin/base/model/MailingListSet.groovy | 2 +- .../base/model/MailingListSetImpl.groovy | 2 +- .../gradle/plugin/base/model/Notifier.groovy | 2 +- .../plugin/base/model/NotifierSet.groovy | 2 +- .../plugin/base/model/NotifierSetImpl.groovy | 2 +- .../plugin/base/model/Organization.groovy | 2 +- .../gradle/plugin/base/model/Person.groovy | 2 +- .../gradle/plugin/base/model/PersonSet.groovy | 2 +- .../plugin/base/model/PersonSetImpl.groovy | 2 +- .../gradle/plugin/base/model/Plugin.groovy | 2 +- .../plugin/base/model/PomOptions.groovy | 2 +- .../plugin/base/model/Repository.groovy | 2 +- .../plugin/base/model/RepositorySet.groovy | 2 +- .../base/model/RepositorySetImpl.groovy | 2 +- .../gradle/plugin/base/model/Scm.groovy | 2 +- .../plugin/base/model/Specification.groovy | 2 +- .../base/model/artifact/Dependency.groovy | 2 +- .../artifact/DependencyManagement.groovy | 2 +- .../base/model/artifact/DependencySpec.groovy | 2 +- .../base/model/artifact/Platform.groovy | 2 +- .../base/model/artifact/PlatformSpec.groovy | 2 +- .../internal/ConfigurationContainer.groovy | 2 +- .../artifact/internal/DependencyImpl.groovy | 2 +- .../internal/DependencyManagementImpl.groovy | 2 +- .../internal/DependencySpecImpl.groovy | 2 +- .../artifact/internal/DependencyUtils.groovy | 2 +- .../internal/EffectivePomResolver.groovy | 2 +- .../artifact/internal/PlatformImpl.groovy | 2 +- .../artifact/internal/PlatformSpecImpl.groovy | 2 +- .../ExtStandardJavadocDocletOptions.groovy | 2 +- .../base/model/impl/GroovydocOptions.groovy | 2 +- .../plugins/AbstractAggregateFeature.groovy | 2 +- .../base/plugins/AbstractFeature.groovy | 2 +- .../plugins/AbstractQualityFeature.groovy | 2 +- .../plugins/AbstractTestingFeature.groovy | 2 +- .../gradle/plugin/base/plugins/Bom.groovy | 2 +- .../plugin/base/plugins/BuildInfo.groovy | 2 +- .../plugin/base/plugins/Checkstyle.groovy | 2 +- .../plugin/base/plugins/Codenarc.groovy | 2 +- .../plugin/base/plugins/Coveralls.groovy | 2 +- .../plugin/base/plugins/ErrorProne.groovy | 2 +- .../gradle/plugin/base/plugins/Feature.groovy | 2 +- .../plugin/base/plugins/Functional.groovy | 2 +- .../plugin/base/plugins/Groovydoc.groovy | 2 +- .../gradle/plugin/base/plugins/Guide.groovy | 2 +- .../plugin/base/plugins/Integration.groovy | 2 +- .../gradle/plugin/base/plugins/Jacoco.groovy | 2 +- .../gradle/plugin/base/plugins/Jar.groovy | 2 +- .../gradle/plugin/base/plugins/Javadoc.groovy | 2 +- .../plugin/base/plugins/Licensing.groovy | 2 +- .../plugin/base/plugins/MergeStrategy.groovy | 2 +- .../gradle/plugin/base/plugins/Minpom.groovy | 2 +- .../gradle/plugin/base/plugins/Plugins.groovy | 2 +- .../gradle/plugin/base/plugins/Pmd.groovy | 2 +- .../plugin/base/plugins/Publishing.groovy | 2 +- .../plugin/base/plugins/Reproducible.groovy | 2 +- .../gradle/plugin/base/plugins/Sonar.groovy | 2 +- .../gradle/plugin/base/plugins/Source.groovy | 2 +- .../plugin/base/plugins/Spotbugs.groovy | 2 +- .../gradle/plugin/base/plugins/Stats.groovy | 2 +- .../gradle/plugin/base/plugins/Testing.groovy | 2 +- .../base/plugins/util/PublishingUtils.groovy | 8 +++---- .../base/tasks/AbstractReportingTask.groovy | 2 +- .../base/tasks/AbstractSettingsTask.groovy | 2 +- .../plugin/base/tasks/ArchivesTask.groovy | 2 +- .../tasks/ClearKordampFileCacheTask.groovy | 2 +- .../tasks/ConfigurationSettingsTask.groovy | 2 +- .../base/tasks/ConfigurationsTask.groovy | 2 +- .../base/tasks/EffectiveSettingsTask.groovy | 2 +- .../base/tasks/ExtensionSettingsTask.groovy | 2 +- .../plugin/base/tasks/ExtensionsTask.groovy | 2 +- .../base/tasks/ListIncludedBuildsTask.groovy | 2 +- .../plugin/base/tasks/ListProjectsTask.groovy | 2 +- .../plugin/base/tasks/PluginsTask.groovy | 2 +- .../base/tasks/ProjectPropertiesTask.groovy | 2 +- .../plugin/base/tasks/RepositoriesTask.groovy | 2 +- .../plugin/base/tasks/TarSettingsTask.groovy | 2 +- .../plugin/base/tasks/TaskSettingsTask.groovy | 2 +- .../plugin/base/tasks/ZipSettingsTask.groovy | 2 +- .../tasks/reports/ReportGeneratingTask.groovy | 2 +- .../plugin/test/tasks/FunctionalTest.java | 2 +- .../plugin/test/tasks/IntegrationTest.java | 2 +- .../gradle/property/BooleanState.groovy | 2 +- .../gradle/property/DirectoryState.groovy | 2 +- .../kordamp/gradle/property/EnumState.groovy | 2 +- .../gradle/property/IntegerState.groovy | 2 +- .../kordamp/gradle/property/ListState.groovy | 2 +- .../kordamp/gradle/property/LongState.groovy | 2 +- .../kordamp/gradle/property/MapState.groovy | 2 +- .../kordamp/gradle/property/PathAware.groovy | 2 +- .../gradle/property/PropertyUtils.groovy | 2 +- .../gradle/property/RegularFileState.groovy | 2 +- .../kordamp/gradle/property/SetState.groovy | 2 +- .../gradle/property/SimpleBooleanState.groovy | 2 +- .../property/SimpleDirectoryState.groovy | 2 +- .../gradle/property/SimpleEnumState.groovy | 2 +- .../gradle/property/SimpleIntegerState.groovy | 2 +- .../gradle/property/SimpleListState.groovy | 2 +- .../gradle/property/SimpleLongState.groovy | 2 +- .../gradle/property/SimpleMapState.groovy | 2 +- .../property/SimpleRegularFileState.groovy | 2 +- .../gradle/property/SimpleSetState.groovy | 2 +- .../gradle/property/SimpleStringState.groovy | 2 +- .../gradle/property/StringState.groovy | 2 +- .../internal/KordampBooleanState.groovy | 2 +- .../internal/KordampDirectoryState.groovy | 2 +- .../property/internal/KordampEnumState.groovy | 2 +- .../internal/KordampIntegerState.groovy | 2 +- .../property/internal/KordampListState.groovy | 2 +- .../property/internal/KordampLongState.groovy | 2 +- .../property/internal/KordampMapState.groovy | 2 +- .../internal/KordampRegularFileState.groovy | 2 +- .../property/internal/KordampSetState.groovy | 2 +- .../internal/KordampStringState.groovy | 2 +- .../org/kordamp/gradle/util/Algorithm.groovy | 2 +- .../kordamp/gradle/util/AnnotationUtils.java | 2 +- .../kordamp/gradle/util/AnsiConsole.groovy | 2 +- .../org/kordamp/gradle/util/Cache.groovy | 2 +- .../kordamp/gradle/util/ChecksumUtils.groovy | 2 +- .../gradle/util/CollectionUtils.groovy | 2 +- .../kordamp/gradle/util/ConfigureUtil.groovy | 2 +- .../org/kordamp/gradle/util/GlobUtils.groovy | 2 +- .../kordamp/gradle/util/MethodDescriptor.java | 2 +- .../org/kordamp/gradle/util/ObjectUtils.java | 2 +- .../kordamp/gradle/util/PluginUtils.groovy | 2 +- .../kordamp/gradle/util/StringUtils.groovy | 2 +- .../org/kordamp/gradle/util/TimeUtils.groovy | 2 +- .../org/kordamp/gradle/util/Version.groovy | 2 +- .../gradle/plugin/base/Banner.properties | 2 +- .../plugin/base/default_versions.properties | 2 +- .../plugin/base/model/SpecOrImplSpec.groovy | 2 +- .../gradle/property/PropertyUtilsSpec.groovy | 2 +- .../property/SimpleEnumStateSpec.groovy | 2 +- .../property/SimpleIntegerStateSpec.groovy | 2 +- .../property/SimpleListStateSpec.groovy | 2 +- .../property/SimpleLongStateSpec.groovy | 2 +- .../gradle/property/SimpleMapStateSpec.groovy | 2 +- .../gradle/property/SimpleSetStateSpec.groovy | 2 +- .../property/SimpleStringStateSpec.groovy | 2 +- .../kordamp/gradle/util/VersionSpec.groovy | 2 +- .../bom-gradle-plugin.gradle | 2 +- plugins/bom-gradle-plugin/gradle.properties | 2 +- .../gradle/plugin/bom/BomPlugin.groovy | 2 +- .../buildinfo-gradle-plugin.gradle | 2 +- .../buildinfo-gradle-plugin/gradle.properties | 2 +- .../plugin/buildinfo/BuildInfoPlugin.groovy | 2 +- .../internal/ExtGitInfoService.groovy | 2 +- .../checkstyle-gradle-plugin.gradle | 2 +- .../gradle.properties | 2 +- .../plugin/checkstyle/CheckstylePlugin.groovy | 2 +- .../tasks/InitCheckstyleTask.groovy | 2 +- .../codenarc-gradle-plugin.gradle | 2 +- .../codenarc-gradle-plugin/gradle.properties | 2 +- .../plugin/codenarc/CodenarcPlugin.groovy | 2 +- .../codenarc/tasks/InitCodenarcTask.groovy | 2 +- .../coveralls-gradle-plugin.gradle | 2 +- .../coveralls-gradle-plugin/gradle.properties | 2 +- .../plugin/coveralls/CoverallsPlugin.groovy | 2 +- .../echo-gradle-plugin.gradle | 2 +- plugins/echo-gradle-plugin/gradle.properties | 2 +- .../gradle/plugin/echo/EchoPlugin.groovy | 2 +- .../gradle/plugin/echo/tasks/EchoTask.groovy | 2 +- .../errorprone-gradle-plugin.gradle | 2 +- .../gradle.properties | 2 +- .../plugin/errorprone/ErrorPronePlugin.groovy | 2 +- .../functionaltest-gradle-plugin.gradle | 2 +- .../gradle.properties | 2 +- .../FunctionalTestPlugin.groovy | 2 +- .../gradle.properties | 2 +- .../groovy-project-gradle-plugin.gradle | 2 +- .../project/groovy/GroovyProjectPlugin.groovy | 2 +- .../tasks/GroovyCompilerSettingsTask.groovy | 2 +- .../groovydoc-gradle-plugin/gradle.properties | 2 +- .../groovydoc-gradle-plugin.gradle | 2 +- .../plugin/groovydoc/GroovydocPlugin.groovy | 2 +- plugins/guide-gradle-plugin/gradle.properties | 2 +- .../guide-gradle-plugin.gradle | 2 +- .../gradle/plugin/guide/GuideExtension.groovy | 2 +- .../gradle/plugin/guide/GuidePlugin.groovy | 2 +- .../inline-gradle-plugin/gradle.properties | 2 +- .../inline-gradle-plugin.gradle | 2 +- .../gradle/plugin/inline/InlinePlugin.groovy | 2 +- .../plugin/inline/PropertyAdapter.groovy | 2 +- .../adapters/AbstractPropertyAdapter.groovy | 2 +- .../ApplicationPluginPropertyAdapter.groovy | 2 +- .../org.kordamp.gradle.properties | 2 +- .../insight-gradle-plugin/gradle.properties | 2 +- .../insight-gradle-plugin.gradle | 2 +- .../plugin/insight/InsightExtension.groovy | 2 +- .../plugin/insight/InsightPlugin.groovy | 2 +- .../insight/internal/BuildHelper.groovy | 2 +- .../internal/InsightExtensionImpl.groovy | 2 +- .../gradle/plugin/insight/model/Build.groovy | 2 +- .../plugin/insight/model/BuildReport.groovy | 2 +- .../plugin/insight/model/Project.groovy | 2 +- .../gradle/plugin/insight/model/Task.groovy | 2 +- .../insight/reports/SummaryBuildReport.groovy | 2 +- .../gradle.properties | 2 +- .../integrationtest-gradle-plugin.gradle | 2 +- .../IntegrationTestPlugin.groovy | 2 +- .../jacoco-gradle-plugin/gradle.properties | 2 +- .../jacoco-gradle-plugin.gradle | 2 +- .../gradle/plugin/jacoco/JacocoPlugin.groovy | 2 +- plugins/jar-gradle-plugin/gradle.properties | 2 +- .../jar-gradle-plugin.gradle | 2 +- .../gradle/plugin/jar/JarPlugin.groovy | 2 +- .../gradle.properties | 2 +- .../java-project-gradle-plugin.gradle | 2 +- .../project/java/JavaProjectPlugin.groovy | 2 +- .../project/java/tasks/JarSettingsTask.groovy | 2 +- .../tasks/JavaCompilerSettingsTask.groovy | 2 +- .../java/tasks/JavaExecSettingsTask.groovy | 2 +- .../java/tasks/SourceSetSettingsTask.groovy | 2 +- .../project/java/tasks/SourceSetsTask.groovy | 2 +- .../java/tasks/TestSettingsTask.groovy | 2 +- .../project/java/tasks/WarSettingsTask.groovy | 2 +- .../javadoc-gradle-plugin/gradle.properties | 2 +- .../javadoc-gradle-plugin.gradle | 2 +- .../plugin/javadoc/CheckAutoLinksTask.groovy | 2 +- .../plugin/javadoc/JavadocPlugin.groovy | 2 +- .../licensing-gradle-plugin/gradle.properties | 2 +- .../licensing-gradle-plugin.gradle | 2 +- .../AggregateLicenseReportTask.groovy | 2 +- .../plugin/licensing/LicensingPlugin.groovy | 2 +- .../minpom-gradle-plugin/gradle.properties | 2 +- .../minpom-gradle-plugin.gradle | 2 +- .../gradle/plugin/minpom/MinPomPlugin.groovy | 2 +- .../gradle/plugin/minpom/MinpomTask.groovy | 2 +- .../plugin-gradle-plugin/gradle.properties | 2 +- .../plugin-gradle-plugin.gradle | 2 +- .../plugin/ListPluginDescriptorsTask.groovy | 2 +- .../gradle/plugin/plugin/PluginPlugin.groovy | 2 +- plugins/pmd-gradle-plugin/gradle.properties | 2 +- .../pmd-gradle-plugin.gradle | 2 +- .../gradle/plugin/pmd/PmdPlugin.groovy | 2 +- .../plugin/pmd/tasks/InitPmdTask.groovy | 2 +- .../profiles-gradle-plugin/gradle.properties | 2 +- .../profiles-gradle-plugin.gradle | 2 +- .../gradle/plugin/profiles/Activation.groovy | 2 +- .../gradle/plugin/profiles/Profile.groovy | 2 +- .../plugin/profiles/ProfilesExtension.groovy | 2 +- .../plugin/profiles/ProfilesPlugin.groovy | 2 +- .../profiles/internal/ActivationFile.groovy | 2 +- .../profiles/internal/ActivationJdk.groovy | 2 +- .../profiles/internal/ActivationOs.groovy | 2 +- .../internal/ActivationProperty.groovy | 2 +- .../profiles/internal/ProfileInternal.groovy | 2 +- .../internal/ProfilesExtensionImpl.groovy | 2 +- .../profiles/tasks/ActiveProfilesTask.groovy | 2 +- .../tasks/DisplayActivationInfoTask.groovy | 2 +- .../profiles/tasks/ListProfilesTask.groovy | 2 +- .../project-gradle-plugin/gradle.properties | 2 +- .../project-gradle-plugin.gradle | 2 +- .../ConfigurationsDependencyHandler.groovy | 2 +- ...aultConfigurationsDependencyHandler.groovy | 2 +- .../project/DependencyHandlerSpec.groovy | 2 +- .../plugin/project/ProjectPlugin.groovy | 2 +- .../internal/DependencyHandlerImpl.groovy | 2 +- .../project/tasks/CopyDependenciesTask.groovy | 2 +- .../plugin/project/tasks/PlatformsTask.groovy | 2 +- .../GenerateDependenciesReportTask.groovy | 2 +- ...GenerateDependencyUpdatesReportTask.groovy | 2 +- .../reports/GeneratePluginReportTask.groovy | 2 +- .../reports/GenerateSummaryReportTask.groovy | 2 +- .../reports/GenerateTeamReportTask.groovy | 2 +- .../gradle.properties | 2 +- .../properties-gradle-plugin.gradle | 2 +- .../AbstractPropertiesReader.groovy | 2 +- .../properties/PropertiesExtension.groovy | 2 +- .../plugin/properties/PropertiesPlugin.groovy | 2 +- .../properties/TomlPropertiesReader.groovy | 2 +- .../properties/YamlPropertiesReader.groovy | 2 +- .../internal/PropertiesExtensionImpl.groovy | 2 +- .../gradle.properties | 2 +- .../publishing-gradle-plugin.gradle | 2 +- .../publishing/PublicationSettingsTask.groovy | 2 +- .../plugin/publishing/PublishingPlugin.groovy | 2 +- .../gradle.properties | 2 +- .../reproducible-gradle-plugin.gradle | 2 +- .../reproducible/ReproduciblePlugin.groovy | 2 +- .../tasks/CreateBuildInfoTask.groovy | 2 +- .../settings-gradle-plugin/gradle.properties | 2 +- .../settings-gradle-plugin.gradle | 2 +- .../settings/ProjectsExtensionSpec.groovy | 2 +- .../gradle/plugin/settings/PluginsSpec.groovy | 2 +- .../plugin/settings/ProjectsExtension.groovy | 2 +- .../plugin/settings/SettingsPlugin.groovy | 2 +- .../internal/AbstractPluginsSpec.groovy | 2 +- .../DirMatchingPluginsSpecImpl.groovy | 2 +- .../internal/DirectorySpecImpl.groovy | 2 +- .../PathMatchingPluginsSpecImpl.groovy | 2 +- .../settings/internal/PathSpecImpl.groovy | 2 +- .../PathsMatchingPluginsSpecImpl.groovy | 2 +- .../settings/internal/PluginIdSpecImpl.groovy | 2 +- .../settings/internal/PluginsSpecImpl.groovy | 2 +- .../internal/ProjectsExtensionImpl.groovy | 2 +- plugins/sonar-gradle-plugin/gradle.properties | 2 +- .../sonar-gradle-plugin.gradle | 2 +- .../gradle/plugin/sonar/SonarPlugin.groovy | 2 +- .../source-gradle-plugin/gradle.properties | 2 +- .../source-gradle-plugin.gradle | 2 +- .../plugin/source/SourceJarPlugin.groovy | 2 +- .../gradle.properties | 2 +- .../sourcestats-gradle-plugin.gradle | 2 +- .../AggregateSourceStatsReportTask.groovy | 2 +- .../gradle/plugin/stats/Counter.groovy | 2 +- .../plugin/stats/SourceStatsPlugin.groovy | 2 +- .../plugin/stats/SourceStatsTask.groovy | 2 +- .../plugin/stats/counter/CssCounter.groovy | 2 +- .../plugin/stats/counter/HashCounter.groovy | 2 +- .../plugin/stats/counter/JavaCounter.groovy | 2 +- .../stats/counter/PropertiesCounter.groovy | 2 +- .../stats/counter/SemiColonCounter.groovy | 2 +- .../plugin/stats/counter/SqlCounter.groovy | 2 +- .../plugin/stats/counter/XmlCounter.groovy | 2 +- .../plugin/stats/SourceStatsTaskSpec.groovy | 2 +- .../spotbugs-gradle-plugin/gradle.properties | 2 +- .../spotbugs-gradle-plugin.gradle | 2 +- .../plugin/spotbugs/SpotbugsPlugin.groovy | 2 +- .../testing-gradle-plugin/gradle.properties | 2 +- .../plugin/testing/TestingPlugin.groovy | 2 +- .../testing-gradle-plugin.gradle | 2 +- settings.gradle | 6 ++--- 359 files changed, 375 insertions(+), 375 deletions(-) diff --git a/build.gradle b/build.gradle index 0a4775faa..8cd53d3eb 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/docs/guide/guide.gradle b/docs/guide/guide.gradle index 2bf8bb72d..b56c71d4b 100644 --- a/docs/guide/guide.gradle +++ b/docs/guide/guide.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/gradle.properties b/gradle.properties index 3eb86418f..1c49f7c61 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -20,28 +20,28 @@ group = org.kordamp.gradle sourceCompatibility = 11 targetCompatibility = 11 -asmVersion = 9.6 +asmVersion = 9.7 checkstyleVersion = 10.12.4 checkerQualVersion = 3.40.0 -codenarcVersion = 3.3.0 -commonsCodecVersion = 1.16.0 -commonsLang3Version = 3.13.0 +codenarcVersion = 3.5.0 +commonsCodecVersion = 1.17.1 +commonsLang3Version = 3.17.0 commonsTextVersion = 1.11.0 errorpronePluginVersion = 3.1.0 errorproneVersion = 2.23.0 gitPluginVersion = 3.0.0 grgitVersion = 5.0.0 -groovyVersion = 3.0.17 +groovyVersion = 3.0.22 guavaVersion = 32.1.3-jre httpclientVersion = 4.5.13 httpcoreVersion = 4.4.15 -jacocoVersion = 0.8.11 -jgitVersion = 6.7.0.202309050840-r +jacocoVersion = 0.8.12 +jgitVersion = 6.10.0.202406032230-r jipsyVersion = 1.2.0 junitVersion = 4.13.2 jxrVersion = 3.3.0 kordampBuildVersion = 3.3.0 -kordampPluginVersion = 0.53.0 +kordampPluginVersion = 0.54.0 kotlinVersion = 1.8.21 mavenResolverVersion = 1.9.16 mavenSharedVersion = 3.4.2 @@ -55,13 +55,13 @@ plexusIVersion = 1.26 pmdVersion = 6.55.0 shadowPluginVersion = 8.1.1 sisuVersion = 0.3.5 -slf4jVersion = 2.0.9 +slf4jVersion = 2.0.16 snakeYamlVersion = 2.2 sonarApiVersion = 2.16.3.1081 sonarPluginVersion = 4.0.0.2929 spockVersion = 2.3-groovy-3.0 -spotbugsVersion = 4.8.1 -versionsPluginVersion = 0.49.0 +spotbugsVersion = 4.8.6 +versionsPluginVersion = 0.51.0 org.gradle.daemon = true org.gradle.caching = true diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 3fa8f862f..9355b4155 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/plugins/base-gradle-plugin/base-gradle-plugin.gradle b/plugins/base-gradle-plugin/base-gradle-plugin.gradle index a3e53a6f2..211238d17 100644 --- a/plugins/base-gradle-plugin/base-gradle-plugin.gradle +++ b/plugins/base-gradle-plugin/base-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/gradle.properties b/plugins/base-gradle-plugin/gradle.properties index 2535347bb..5059b4218 100644 --- a/plugins/base-gradle-plugin/gradle.properties +++ b/plugins/base-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/annotations/DependsOn.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/annotations/DependsOn.groovy index 83ff0d753..874896811 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/annotations/DependsOn.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/annotations/DependsOn.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/annotations/Evicts.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/annotations/Evicts.groovy index b2a323532..57f95e8ed 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/annotations/Evicts.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/annotations/Evicts.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/listener/AllProjectsEvaluatedListener.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/listener/AllProjectsEvaluatedListener.groovy index 59c13718e..c6b662840 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/listener/AllProjectsEvaluatedListener.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/listener/AllProjectsEvaluatedListener.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/listener/ProjectEvaluatedListener.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/listener/ProjectEvaluatedListener.groovy index 457b3e205..9e703bf14 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/listener/ProjectEvaluatedListener.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/listener/ProjectEvaluatedListener.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/listener/ProjectEvaluationListenerManager.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/listener/ProjectEvaluationListenerManager.groovy index dd6384901..edc6597b8 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/listener/ProjectEvaluationListenerManager.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/listener/ProjectEvaluationListenerManager.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/listener/TaskGraphReadyListener.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/listener/TaskGraphReadyListener.groovy index 9a289e387..2af8ee90c 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/listener/TaskGraphReadyListener.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/listener/TaskGraphReadyListener.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/AbstractKordampPlugin.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/AbstractKordampPlugin.groovy index 26a18802b..a572cfb14 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/AbstractKordampPlugin.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/AbstractKordampPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/KordampPlugin.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/KordampPlugin.groovy index f96c2cba3..d8b722307 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/KordampPlugin.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/KordampPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/Banner.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/Banner.groovy index 67c3ea69b..3b1c660f0 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/Banner.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/Banner.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/BasePlugin.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/BasePlugin.groovy index 814437371..fbc8b32ae 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/BasePlugin.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/BasePlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/ProjectConfigurationExtension.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/ProjectConfigurationExtension.groovy index 448673adf..bee25db6c 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/ProjectConfigurationExtension.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/ProjectConfigurationExtension.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/ProjectsExtension.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/ProjectsExtension.groovy index 93b116352..08db8890e 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/ProjectsExtension.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/ProjectsExtension.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/ProjectsSpec.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/ProjectsSpec.groovy index 5ff6f9b6c..a79a51e0d 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/ProjectsSpec.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/ProjectsSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/internal/DefaultVersions.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/internal/DefaultVersions.groovy index 266ffb1f3..1251a9687 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/internal/DefaultVersions.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/internal/DefaultVersions.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/internal/ProjectsSpecImpl.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/internal/ProjectsSpecImpl.groovy index ee2135665..90b90c6b6 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/internal/ProjectsSpecImpl.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/internal/ProjectsSpecImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/AbstractDomainSet.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/AbstractDomainSet.groovy index bde1d548a..e64c68f68 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/AbstractDomainSet.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/AbstractDomainSet.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/CiManagement.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/CiManagement.groovy index 67f82089e..9be624e49 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/CiManagement.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/CiManagement.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Credentials.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Credentials.groovy index 4eaa32c76..c81556fbc 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Credentials.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Credentials.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/CredentialsSet.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/CredentialsSet.groovy index e031e6859..adf5d69d0 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/CredentialsSet.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/CredentialsSet.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/CredentialsSetImpl.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/CredentialsSetImpl.groovy index 4e4f0afdf..d50a8f2f0 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/CredentialsSetImpl.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/CredentialsSetImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/DomainSet.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/DomainSet.groovy index 2e7bb2872..8956d3da1 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/DomainSet.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/DomainSet.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Implementation.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Implementation.groovy index aecb60505..5784d2392 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Implementation.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Implementation.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Information.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Information.groovy index 325fe091b..779dfa1a3 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Information.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Information.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/IssueManagement.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/IssueManagement.groovy index 844253ae1..b698c2dce 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/IssueManagement.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/IssueManagement.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/License.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/License.groovy index 172bc38e4..9f340c821 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/License.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/License.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/LicenseId.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/LicenseId.groovy index 4ca6f6603..3d86f4b9d 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/LicenseId.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/LicenseId.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/LicenseSet.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/LicenseSet.groovy index efa093668..2a35df7f9 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/LicenseSet.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/LicenseSet.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/LicenseSetImpl.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/LicenseSetImpl.groovy index 1a27aa516..29de47f9c 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/LicenseSetImpl.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/LicenseSetImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Links.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Links.groovy index b70bd6650..8a93d377f 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Links.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Links.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/MailingList.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/MailingList.groovy index 9eb18c90f..6747806b4 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/MailingList.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/MailingList.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/MailingListSet.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/MailingListSet.groovy index 94112b283..c2ea76bf5 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/MailingListSet.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/MailingListSet.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/MailingListSetImpl.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/MailingListSetImpl.groovy index f2b920167..b55aa6c67 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/MailingListSetImpl.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/MailingListSetImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Notifier.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Notifier.groovy index bb25e36f2..18ab507ff 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Notifier.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Notifier.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/NotifierSet.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/NotifierSet.groovy index a98a592c5..073f7be32 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/NotifierSet.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/NotifierSet.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/NotifierSetImpl.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/NotifierSetImpl.groovy index 1ff2e9857..54254b74a 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/NotifierSetImpl.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/NotifierSetImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Organization.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Organization.groovy index 565adffb8..36b95fa1e 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Organization.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Organization.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Person.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Person.groovy index eb51f693e..65bd3a12a 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Person.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Person.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/PersonSet.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/PersonSet.groovy index 83cf4f3b2..773e425af 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/PersonSet.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/PersonSet.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/PersonSetImpl.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/PersonSetImpl.groovy index a2efb2274..afb584730 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/PersonSetImpl.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/PersonSetImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Plugin.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Plugin.groovy index 3b53256fe..f9d1a6be5 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Plugin.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Plugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/PomOptions.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/PomOptions.groovy index 842aad92f..be9c26231 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/PomOptions.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/PomOptions.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Repository.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Repository.groovy index 5c7ed03c9..0f1dd76d5 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Repository.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Repository.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/RepositorySet.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/RepositorySet.groovy index df18b7dd5..b66b02795 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/RepositorySet.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/RepositorySet.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/RepositorySetImpl.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/RepositorySetImpl.groovy index a995e96b0..601625a2d 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/RepositorySetImpl.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/RepositorySetImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Scm.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Scm.groovy index 311f47e6b..ddf55f03a 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Scm.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Scm.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Specification.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Specification.groovy index c698ca732..c04b6783e 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Specification.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/Specification.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/Dependency.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/Dependency.groovy index 00932ffbb..fb1ed6cd4 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/Dependency.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/Dependency.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/DependencyManagement.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/DependencyManagement.groovy index f54bee9d0..ab85fcee2 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/DependencyManagement.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/DependencyManagement.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/DependencySpec.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/DependencySpec.groovy index 277a40c97..8f79fc43f 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/DependencySpec.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/DependencySpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/Platform.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/Platform.groovy index 5c199b6ec..7aa1ea9f5 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/Platform.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/Platform.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/PlatformSpec.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/PlatformSpec.groovy index 05eb0cb15..097a8c41d 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/PlatformSpec.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/PlatformSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/ConfigurationContainer.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/ConfigurationContainer.groovy index 63631f865..960717494 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/ConfigurationContainer.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/ConfigurationContainer.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/DependencyImpl.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/DependencyImpl.groovy index 06a59f3d2..73c922706 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/DependencyImpl.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/DependencyImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/DependencyManagementImpl.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/DependencyManagementImpl.groovy index 2251d95fb..366a8ccd8 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/DependencyManagementImpl.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/DependencyManagementImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/DependencySpecImpl.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/DependencySpecImpl.groovy index 4fe99ad53..fbb92d5da 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/DependencySpecImpl.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/DependencySpecImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/DependencyUtils.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/DependencyUtils.groovy index 332e36d7f..89fa5d499 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/DependencyUtils.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/DependencyUtils.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/EffectivePomResolver.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/EffectivePomResolver.groovy index f3121cd40..3e68dac38 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/EffectivePomResolver.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/EffectivePomResolver.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/PlatformImpl.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/PlatformImpl.groovy index 0fce68989..3bf02e102 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/PlatformImpl.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/PlatformImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/PlatformSpecImpl.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/PlatformSpecImpl.groovy index aea05df18..eeb11292b 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/PlatformSpecImpl.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/artifact/internal/PlatformSpecImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/impl/ExtStandardJavadocDocletOptions.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/impl/ExtStandardJavadocDocletOptions.groovy index 3cbe1cf38..e7393f42d 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/impl/ExtStandardJavadocDocletOptions.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/impl/ExtStandardJavadocDocletOptions.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/impl/GroovydocOptions.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/impl/GroovydocOptions.groovy index dbe5d2d0a..e61454a26 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/impl/GroovydocOptions.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/model/impl/GroovydocOptions.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/AbstractAggregateFeature.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/AbstractAggregateFeature.groovy index 03676d391..db6987ca6 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/AbstractAggregateFeature.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/AbstractAggregateFeature.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/AbstractFeature.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/AbstractFeature.groovy index 25105fbfd..bff62cdd1 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/AbstractFeature.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/AbstractFeature.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/AbstractQualityFeature.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/AbstractQualityFeature.groovy index cc95f3a25..fd1e3f910 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/AbstractQualityFeature.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/AbstractQualityFeature.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/AbstractTestingFeature.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/AbstractTestingFeature.groovy index 658c81e87..4e30d8499 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/AbstractTestingFeature.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/AbstractTestingFeature.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Bom.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Bom.groovy index 369fd5788..00bddc069 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Bom.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Bom.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/BuildInfo.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/BuildInfo.groovy index abd03cfe2..f4ee5f876 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/BuildInfo.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/BuildInfo.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Checkstyle.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Checkstyle.groovy index 94f08775c..ed1ab984a 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Checkstyle.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Checkstyle.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Codenarc.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Codenarc.groovy index ee794643c..704c71193 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Codenarc.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Codenarc.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Coveralls.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Coveralls.groovy index a2b98c11c..18c64c8a5 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Coveralls.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Coveralls.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/ErrorProne.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/ErrorProne.groovy index 9c08cf150..44af188fd 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/ErrorProne.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/ErrorProne.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Feature.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Feature.groovy index dc11e7009..477acf84c 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Feature.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Feature.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Functional.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Functional.groovy index ad56e2806..f13adab79 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Functional.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Functional.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Groovydoc.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Groovydoc.groovy index 7a7533ca8..25031c8a6 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Groovydoc.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Groovydoc.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Guide.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Guide.groovy index 89498f987..b585d9605 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Guide.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Guide.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Integration.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Integration.groovy index f90a4d39d..b8f61ac29 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Integration.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Integration.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Jacoco.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Jacoco.groovy index 167a5577b..bca8fb3cf 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Jacoco.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Jacoco.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Jar.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Jar.groovy index 9cf3b1080..1975c3bb3 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Jar.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Jar.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Javadoc.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Javadoc.groovy index e5569277f..9419949e7 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Javadoc.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Javadoc.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Licensing.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Licensing.groovy index 4ef7a74b6..44617889e 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Licensing.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Licensing.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/MergeStrategy.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/MergeStrategy.groovy index 5455e0819..509b0f1e7 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/MergeStrategy.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/MergeStrategy.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Minpom.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Minpom.groovy index 771390f10..291beb5a6 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Minpom.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Minpom.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Plugins.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Plugins.groovy index 1bcdf413c..24b84d502 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Plugins.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Plugins.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Pmd.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Pmd.groovy index 3405c9387..f23798b98 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Pmd.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Pmd.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Publishing.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Publishing.groovy index 6a2f4e060..5ae6d38a8 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Publishing.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Publishing.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Reproducible.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Reproducible.groovy index 9337e167f..fa00f78d8 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Reproducible.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Reproducible.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Sonar.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Sonar.groovy index c89fecf06..a96870746 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Sonar.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Sonar.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Source.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Source.groovy index 3ea12d570..e249324e9 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Source.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Source.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Spotbugs.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Spotbugs.groovy index de70ee299..e62bde9c8 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Spotbugs.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Spotbugs.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Stats.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Stats.groovy index 2daa39921..56700e2f1 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Stats.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Stats.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Testing.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Testing.groovy index 3e70f9a52..e4a079189 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Testing.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/Testing.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/util/PublishingUtils.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/util/PublishingUtils.groovy index a28c9e234..b3e2f2e05 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/util/PublishingUtils.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/plugins/util/PublishingUtils.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -538,7 +538,7 @@ class PublishingUtils { if (person.email) developer.email.set(person.email) if (person.organization?.name) developer.organization.set(person.organization.name) if (person.organization?.url) developer.organizationUrl.set(person.organization.url) - if (person.roles) developer.roles.set(person.roles as Set) + if (person.roles) developer.roles.set(person.roles as Set) if (person.properties) developer.properties.set(person.properties) } }) @@ -562,7 +562,7 @@ class PublishingUtils { if (person.email) contributor.email.set(person.email) if (person.organization?.name) contributor.organization.set(person.organization.name) if (person.organization?.url) contributor.organizationUrl.set(person.organization.url) - if (person.roles) contributor.roles.set(person.roles as Set) + if (person.roles) contributor.roles.set(person.roles as Set) if (person.properties) contributor.properties.set(person.properties) } }) @@ -605,7 +605,7 @@ class PublishingUtils { if (isNotBlank(ml.unsubscribe)) mailingList.unsubscribe.set(ml.unsubscribe) if (isNotBlank(ml.post)) mailingList.post.set(ml.post) if (isNotBlank(ml.archive)) mailingList.archive.set(ml.archive) - if (ml.otherArchives) mailingList.otherArchives.set(ml.otherArchives as Set) + if (ml.otherArchives) mailingList.otherArchives.set(ml.otherArchives as Set) } }) } diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/AbstractReportingTask.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/AbstractReportingTask.groovy index 3ee96d272..cfd49c030 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/AbstractReportingTask.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/AbstractReportingTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/AbstractSettingsTask.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/AbstractSettingsTask.groovy index 88b3243e4..7327f7b31 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/AbstractSettingsTask.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/AbstractSettingsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ArchivesTask.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ArchivesTask.groovy index 8cdaabb79..de440e6be 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ArchivesTask.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ArchivesTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ClearKordampFileCacheTask.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ClearKordampFileCacheTask.groovy index 145b1181b..3312e3611 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ClearKordampFileCacheTask.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ClearKordampFileCacheTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ConfigurationSettingsTask.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ConfigurationSettingsTask.groovy index c8c9015aa..d0053e5cc 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ConfigurationSettingsTask.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ConfigurationSettingsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ConfigurationsTask.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ConfigurationsTask.groovy index 6d3cd4a99..36763424c 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ConfigurationsTask.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ConfigurationsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/EffectiveSettingsTask.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/EffectiveSettingsTask.groovy index 7afb4ffc2..774ea9dc9 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/EffectiveSettingsTask.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/EffectiveSettingsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ExtensionSettingsTask.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ExtensionSettingsTask.groovy index 00e02f024..bd7b5f8ac 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ExtensionSettingsTask.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ExtensionSettingsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ExtensionsTask.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ExtensionsTask.groovy index f3a219843..bc3d348bb 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ExtensionsTask.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ExtensionsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ListIncludedBuildsTask.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ListIncludedBuildsTask.groovy index 5d829b693..30ecc7cfa 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ListIncludedBuildsTask.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ListIncludedBuildsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ListProjectsTask.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ListProjectsTask.groovy index 427ee1900..5d466f079 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ListProjectsTask.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ListProjectsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/PluginsTask.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/PluginsTask.groovy index 8fb6942e3..c7a3f1621 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/PluginsTask.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/PluginsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ProjectPropertiesTask.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ProjectPropertiesTask.groovy index 6705d30f9..03dc3c904 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ProjectPropertiesTask.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ProjectPropertiesTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/RepositoriesTask.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/RepositoriesTask.groovy index 83875d540..3ec4cc6c5 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/RepositoriesTask.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/RepositoriesTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/TarSettingsTask.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/TarSettingsTask.groovy index 2e21ff614..1b8818306 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/TarSettingsTask.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/TarSettingsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/TaskSettingsTask.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/TaskSettingsTask.groovy index 83112178e..01772b3a7 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/TaskSettingsTask.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/TaskSettingsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ZipSettingsTask.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ZipSettingsTask.groovy index 8ae1e7d02..cb7d2df7d 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ZipSettingsTask.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/ZipSettingsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/reports/ReportGeneratingTask.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/reports/ReportGeneratingTask.groovy index 2106c5415..8e707752b 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/reports/ReportGeneratingTask.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/base/tasks/reports/ReportGeneratingTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/test/tasks/FunctionalTest.java b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/test/tasks/FunctionalTest.java index c5a0af45b..6ebbc1074 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/test/tasks/FunctionalTest.java +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/test/tasks/FunctionalTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/test/tasks/IntegrationTest.java b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/test/tasks/IntegrationTest.java index 763be94f4..3fb1fc8d2 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/test/tasks/IntegrationTest.java +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/test/tasks/IntegrationTest.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/BooleanState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/BooleanState.groovy index 029feb03d..88c42ac2c 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/BooleanState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/BooleanState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/DirectoryState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/DirectoryState.groovy index 4ba889df2..361351042 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/DirectoryState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/DirectoryState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/EnumState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/EnumState.groovy index 7ff0cbae1..9e085afa9 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/EnumState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/EnumState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/IntegerState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/IntegerState.groovy index 270dfcf06..a19c88244 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/IntegerState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/IntegerState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/ListState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/ListState.groovy index 777fd4899..31be8a095 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/ListState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/ListState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/LongState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/LongState.groovy index 49b8bf8f0..7a87dfb22 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/LongState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/LongState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/MapState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/MapState.groovy index f6d930ce9..50fafb3c4 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/MapState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/MapState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/PathAware.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/PathAware.groovy index bf54bfac7..555fd8421 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/PathAware.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/PathAware.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/PropertyUtils.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/PropertyUtils.groovy index d9295eb05..d9a040e47 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/PropertyUtils.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/PropertyUtils.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/RegularFileState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/RegularFileState.groovy index a0c9a691d..11529023b 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/RegularFileState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/RegularFileState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SetState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SetState.groovy index 414248493..a02a8a786 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SetState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SetState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleBooleanState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleBooleanState.groovy index 0e9e6a2fc..f2a689a00 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleBooleanState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleBooleanState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleDirectoryState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleDirectoryState.groovy index a3e627d32..11684fffa 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleDirectoryState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleDirectoryState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleEnumState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleEnumState.groovy index 37290e069..17e67ee74 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleEnumState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleEnumState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleIntegerState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleIntegerState.groovy index e1af7c27f..db294c567 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleIntegerState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleIntegerState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleListState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleListState.groovy index 3c72ff766..f3eb941bc 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleListState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleListState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleLongState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleLongState.groovy index 319feec79..436e7dd74 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleLongState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleLongState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleMapState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleMapState.groovy index f6075c42e..8d78d74a8 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleMapState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleMapState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleRegularFileState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleRegularFileState.groovy index d81671171..93f8b8bd4 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleRegularFileState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleRegularFileState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleSetState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleSetState.groovy index efe9ab614..4c750e838 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleSetState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleSetState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleStringState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleStringState.groovy index 94365c891..d14a60361 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleStringState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/SimpleStringState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/StringState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/StringState.groovy index 4e08b2ae4..2448b05d2 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/StringState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/StringState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampBooleanState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampBooleanState.groovy index 3db0c83c9..716646dfb 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampBooleanState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampBooleanState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampDirectoryState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampDirectoryState.groovy index ef17fe319..12811e279 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampDirectoryState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampDirectoryState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampEnumState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampEnumState.groovy index 7439859e1..0bb4e347f 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampEnumState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampEnumState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampIntegerState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampIntegerState.groovy index 59fa4b181..33a19c354 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampIntegerState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampIntegerState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampListState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampListState.groovy index ffd8a04d7..9a41917fd 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampListState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampListState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampLongState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampLongState.groovy index 134a40a23..8a3159326 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampLongState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampLongState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampMapState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampMapState.groovy index 0bcee52dd..c4ede371e 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampMapState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampMapState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampRegularFileState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampRegularFileState.groovy index 956443f9e..b08de2423 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampRegularFileState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampRegularFileState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampSetState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampSetState.groovy index c09995e5e..058cda1b2 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampSetState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampSetState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampStringState.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampStringState.groovy index a2eb3d136..a226f0b0b 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampStringState.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/property/internal/KordampStringState.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/Algorithm.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/Algorithm.groovy index c191ba2a1..7050874b1 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/Algorithm.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/Algorithm.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/AnnotationUtils.java b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/AnnotationUtils.java index 26be87800..9cb67324d 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/AnnotationUtils.java +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/AnnotationUtils.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/AnsiConsole.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/AnsiConsole.groovy index 2b11e8272..b3b74ec59 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/AnsiConsole.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/AnsiConsole.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/Cache.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/Cache.groovy index 058ec46ad..d6008ed87 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/Cache.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/Cache.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/ChecksumUtils.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/ChecksumUtils.groovy index dccc882c0..baef4d433 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/ChecksumUtils.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/ChecksumUtils.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/CollectionUtils.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/CollectionUtils.groovy index 3b47dfd02..f489067a8 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/CollectionUtils.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/CollectionUtils.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/ConfigureUtil.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/ConfigureUtil.groovy index 10b9a530e..81ae12bb5 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/ConfigureUtil.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/ConfigureUtil.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/GlobUtils.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/GlobUtils.groovy index 45a4fdf8f..012f3c827 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/GlobUtils.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/GlobUtils.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/MethodDescriptor.java b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/MethodDescriptor.java index 12495a078..d330d744d 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/MethodDescriptor.java +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/MethodDescriptor.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/ObjectUtils.java b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/ObjectUtils.java index 951845285..417064e87 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/ObjectUtils.java +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/ObjectUtils.java @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/PluginUtils.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/PluginUtils.groovy index 12fe8705e..df67733cc 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/PluginUtils.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/PluginUtils.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/StringUtils.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/StringUtils.groovy index d5e6497a4..cf73c9e91 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/StringUtils.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/StringUtils.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/TimeUtils.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/TimeUtils.groovy index 400560457..fd6e1afd0 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/TimeUtils.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/TimeUtils.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/Version.groovy b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/Version.groovy index 785f9f06b..228622133 100644 --- a/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/Version.groovy +++ b/plugins/base-gradle-plugin/src/main/groovy/org/kordamp/gradle/util/Version.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/resources/org/kordamp/gradle/plugin/base/Banner.properties b/plugins/base-gradle-plugin/src/main/resources/org/kordamp/gradle/plugin/base/Banner.properties index ee51af53a..72044d15f 100644 --- a/plugins/base-gradle-plugin/src/main/resources/org/kordamp/gradle/plugin/base/Banner.properties +++ b/plugins/base-gradle-plugin/src/main/resources/org/kordamp/gradle/plugin/base/Banner.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/main/resources/org/kordamp/gradle/plugin/base/default_versions.properties b/plugins/base-gradle-plugin/src/main/resources/org/kordamp/gradle/plugin/base/default_versions.properties index a0b5bdc7c..2b2eae5be 100644 --- a/plugins/base-gradle-plugin/src/main/resources/org/kordamp/gradle/plugin/base/default_versions.properties +++ b/plugins/base-gradle-plugin/src/main/resources/org/kordamp/gradle/plugin/base/default_versions.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/plugin/base/model/SpecOrImplSpec.groovy b/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/plugin/base/model/SpecOrImplSpec.groovy index 970846911..f19a5591d 100644 --- a/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/plugin/base/model/SpecOrImplSpec.groovy +++ b/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/plugin/base/model/SpecOrImplSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/PropertyUtilsSpec.groovy b/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/PropertyUtilsSpec.groovy index 654436fba..2374541d7 100644 --- a/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/PropertyUtilsSpec.groovy +++ b/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/PropertyUtilsSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleEnumStateSpec.groovy b/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleEnumStateSpec.groovy index 885d9bc93..1e067cc5b 100644 --- a/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleEnumStateSpec.groovy +++ b/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleEnumStateSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleIntegerStateSpec.groovy b/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleIntegerStateSpec.groovy index 58b55ccee..af7886cdc 100644 --- a/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleIntegerStateSpec.groovy +++ b/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleIntegerStateSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleListStateSpec.groovy b/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleListStateSpec.groovy index 5e11bae3b..7aeebbae7 100644 --- a/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleListStateSpec.groovy +++ b/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleListStateSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleLongStateSpec.groovy b/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleLongStateSpec.groovy index 66321e31a..7928106c6 100644 --- a/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleLongStateSpec.groovy +++ b/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleLongStateSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleMapStateSpec.groovy b/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleMapStateSpec.groovy index 3a8c6777b..f7563db5d 100644 --- a/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleMapStateSpec.groovy +++ b/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleMapStateSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleSetStateSpec.groovy b/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleSetStateSpec.groovy index ec1480f1b..8fdfac4e4 100644 --- a/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleSetStateSpec.groovy +++ b/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleSetStateSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleStringStateSpec.groovy b/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleStringStateSpec.groovy index 51a803ca5..b2c283d8c 100644 --- a/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleStringStateSpec.groovy +++ b/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/property/SimpleStringStateSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/util/VersionSpec.groovy b/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/util/VersionSpec.groovy index 27a5dea6e..21195f328 100644 --- a/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/util/VersionSpec.groovy +++ b/plugins/base-gradle-plugin/src/test/groovy/org/kordamp/gradle/util/VersionSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/bom-gradle-plugin/bom-gradle-plugin.gradle b/plugins/bom-gradle-plugin/bom-gradle-plugin.gradle index 812d7a45d..b285b53e9 100644 --- a/plugins/bom-gradle-plugin/bom-gradle-plugin.gradle +++ b/plugins/bom-gradle-plugin/bom-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/bom-gradle-plugin/gradle.properties b/plugins/bom-gradle-plugin/gradle.properties index 73268a863..7faed7c13 100644 --- a/plugins/bom-gradle-plugin/gradle.properties +++ b/plugins/bom-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/bom-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/bom/BomPlugin.groovy b/plugins/bom-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/bom/BomPlugin.groovy index 086bec9ad..42d906595 100644 --- a/plugins/bom-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/bom/BomPlugin.groovy +++ b/plugins/bom-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/bom/BomPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/buildinfo-gradle-plugin/buildinfo-gradle-plugin.gradle b/plugins/buildinfo-gradle-plugin/buildinfo-gradle-plugin.gradle index 997e4573b..ce2feeaa5 100644 --- a/plugins/buildinfo-gradle-plugin/buildinfo-gradle-plugin.gradle +++ b/plugins/buildinfo-gradle-plugin/buildinfo-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/buildinfo-gradle-plugin/gradle.properties b/plugins/buildinfo-gradle-plugin/gradle.properties index 87dd80729..9ef507d99 100644 --- a/plugins/buildinfo-gradle-plugin/gradle.properties +++ b/plugins/buildinfo-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/buildinfo-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/buildinfo/BuildInfoPlugin.groovy b/plugins/buildinfo-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/buildinfo/BuildInfoPlugin.groovy index 6f1f3676d..0fc7c1df9 100644 --- a/plugins/buildinfo-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/buildinfo/BuildInfoPlugin.groovy +++ b/plugins/buildinfo-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/buildinfo/BuildInfoPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/buildinfo-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/buildinfo/internal/ExtGitInfoService.groovy b/plugins/buildinfo-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/buildinfo/internal/ExtGitInfoService.groovy index 3d75523bd..3a074b6ea 100644 --- a/plugins/buildinfo-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/buildinfo/internal/ExtGitInfoService.groovy +++ b/plugins/buildinfo-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/buildinfo/internal/ExtGitInfoService.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/checkstyle-gradle-plugin/checkstyle-gradle-plugin.gradle b/plugins/checkstyle-gradle-plugin/checkstyle-gradle-plugin.gradle index 812d7a45d..b285b53e9 100644 --- a/plugins/checkstyle-gradle-plugin/checkstyle-gradle-plugin.gradle +++ b/plugins/checkstyle-gradle-plugin/checkstyle-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/checkstyle-gradle-plugin/gradle.properties b/plugins/checkstyle-gradle-plugin/gradle.properties index 25e907fb8..fc50b6745 100644 --- a/plugins/checkstyle-gradle-plugin/gradle.properties +++ b/plugins/checkstyle-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/checkstyle-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checkstyle/CheckstylePlugin.groovy b/plugins/checkstyle-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checkstyle/CheckstylePlugin.groovy index fb29c5db2..a52bb6cb9 100644 --- a/plugins/checkstyle-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checkstyle/CheckstylePlugin.groovy +++ b/plugins/checkstyle-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checkstyle/CheckstylePlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/checkstyle-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checkstyle/tasks/InitCheckstyleTask.groovy b/plugins/checkstyle-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checkstyle/tasks/InitCheckstyleTask.groovy index 24c505c1e..86001e87c 100644 --- a/plugins/checkstyle-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checkstyle/tasks/InitCheckstyleTask.groovy +++ b/plugins/checkstyle-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/checkstyle/tasks/InitCheckstyleTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/codenarc-gradle-plugin/codenarc-gradle-plugin.gradle b/plugins/codenarc-gradle-plugin/codenarc-gradle-plugin.gradle index 812d7a45d..b285b53e9 100644 --- a/plugins/codenarc-gradle-plugin/codenarc-gradle-plugin.gradle +++ b/plugins/codenarc-gradle-plugin/codenarc-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/codenarc-gradle-plugin/gradle.properties b/plugins/codenarc-gradle-plugin/gradle.properties index ecdb1c8f2..9713aa3a8 100644 --- a/plugins/codenarc-gradle-plugin/gradle.properties +++ b/plugins/codenarc-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/codenarc-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/codenarc/CodenarcPlugin.groovy b/plugins/codenarc-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/codenarc/CodenarcPlugin.groovy index 99680ab91..d30a67b00 100644 --- a/plugins/codenarc-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/codenarc/CodenarcPlugin.groovy +++ b/plugins/codenarc-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/codenarc/CodenarcPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/codenarc-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/codenarc/tasks/InitCodenarcTask.groovy b/plugins/codenarc-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/codenarc/tasks/InitCodenarcTask.groovy index bda939784..1c155b3b9 100644 --- a/plugins/codenarc-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/codenarc/tasks/InitCodenarcTask.groovy +++ b/plugins/codenarc-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/codenarc/tasks/InitCodenarcTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/coveralls-gradle-plugin/coveralls-gradle-plugin.gradle b/plugins/coveralls-gradle-plugin/coveralls-gradle-plugin.gradle index 04f0e28ad..423ea552c 100644 --- a/plugins/coveralls-gradle-plugin/coveralls-gradle-plugin.gradle +++ b/plugins/coveralls-gradle-plugin/coveralls-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/coveralls-gradle-plugin/gradle.properties b/plugins/coveralls-gradle-plugin/gradle.properties index a8b35cd95..451277597 100644 --- a/plugins/coveralls-gradle-plugin/gradle.properties +++ b/plugins/coveralls-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/coveralls-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/coveralls/CoverallsPlugin.groovy b/plugins/coveralls-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/coveralls/CoverallsPlugin.groovy index e79759300..89a9f60d9 100644 --- a/plugins/coveralls-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/coveralls/CoverallsPlugin.groovy +++ b/plugins/coveralls-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/coveralls/CoverallsPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/echo-gradle-plugin/echo-gradle-plugin.gradle b/plugins/echo-gradle-plugin/echo-gradle-plugin.gradle index 2b5d1964e..b2d308e98 100644 --- a/plugins/echo-gradle-plugin/echo-gradle-plugin.gradle +++ b/plugins/echo-gradle-plugin/echo-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/echo-gradle-plugin/gradle.properties b/plugins/echo-gradle-plugin/gradle.properties index ef5c27635..6042b71a0 100644 --- a/plugins/echo-gradle-plugin/gradle.properties +++ b/plugins/echo-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/echo-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/echo/EchoPlugin.groovy b/plugins/echo-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/echo/EchoPlugin.groovy index 7b59f46eb..30534314b 100644 --- a/plugins/echo-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/echo/EchoPlugin.groovy +++ b/plugins/echo-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/echo/EchoPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/echo-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/echo/tasks/EchoTask.groovy b/plugins/echo-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/echo/tasks/EchoTask.groovy index 72b472df0..fa916c017 100644 --- a/plugins/echo-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/echo/tasks/EchoTask.groovy +++ b/plugins/echo-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/echo/tasks/EchoTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/errorprone-gradle-plugin/errorprone-gradle-plugin.gradle b/plugins/errorprone-gradle-plugin/errorprone-gradle-plugin.gradle index 9e00f61fd..bede2b910 100644 --- a/plugins/errorprone-gradle-plugin/errorprone-gradle-plugin.gradle +++ b/plugins/errorprone-gradle-plugin/errorprone-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/errorprone-gradle-plugin/gradle.properties b/plugins/errorprone-gradle-plugin/gradle.properties index ec2298b32..2a457f62d 100644 --- a/plugins/errorprone-gradle-plugin/gradle.properties +++ b/plugins/errorprone-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/errorprone-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/errorprone/ErrorPronePlugin.groovy b/plugins/errorprone-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/errorprone/ErrorPronePlugin.groovy index e2a79e47b..0b26330fc 100644 --- a/plugins/errorprone-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/errorprone/ErrorPronePlugin.groovy +++ b/plugins/errorprone-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/errorprone/ErrorPronePlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/functionaltest-gradle-plugin/functionaltest-gradle-plugin.gradle b/plugins/functionaltest-gradle-plugin/functionaltest-gradle-plugin.gradle index 812d7a45d..b285b53e9 100644 --- a/plugins/functionaltest-gradle-plugin/functionaltest-gradle-plugin.gradle +++ b/plugins/functionaltest-gradle-plugin/functionaltest-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/functionaltest-gradle-plugin/gradle.properties b/plugins/functionaltest-gradle-plugin/gradle.properties index ebed34b8c..1928ef9d6 100644 --- a/plugins/functionaltest-gradle-plugin/gradle.properties +++ b/plugins/functionaltest-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/functionaltest-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/functionaltest/FunctionalTestPlugin.groovy b/plugins/functionaltest-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/functionaltest/FunctionalTestPlugin.groovy index 1ae55a2c9..43990388c 100644 --- a/plugins/functionaltest-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/functionaltest/FunctionalTestPlugin.groovy +++ b/plugins/functionaltest-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/functionaltest/FunctionalTestPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/groovy-project-gradle-plugin/gradle.properties b/plugins/groovy-project-gradle-plugin/gradle.properties index 94e44ba46..ee938d00a 100644 --- a/plugins/groovy-project-gradle-plugin/gradle.properties +++ b/plugins/groovy-project-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/groovy-project-gradle-plugin/groovy-project-gradle-plugin.gradle b/plugins/groovy-project-gradle-plugin/groovy-project-gradle-plugin.gradle index 3eaec9fb7..0f283283f 100644 --- a/plugins/groovy-project-gradle-plugin/groovy-project-gradle-plugin.gradle +++ b/plugins/groovy-project-gradle-plugin/groovy-project-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/groovy-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/groovy/GroovyProjectPlugin.groovy b/plugins/groovy-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/groovy/GroovyProjectPlugin.groovy index 73ae19ead..87e920583 100644 --- a/plugins/groovy-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/groovy/GroovyProjectPlugin.groovy +++ b/plugins/groovy-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/groovy/GroovyProjectPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/groovy-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/groovy/tasks/GroovyCompilerSettingsTask.groovy b/plugins/groovy-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/groovy/tasks/GroovyCompilerSettingsTask.groovy index d07350d55..9b53ea6b1 100644 --- a/plugins/groovy-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/groovy/tasks/GroovyCompilerSettingsTask.groovy +++ b/plugins/groovy-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/groovy/tasks/GroovyCompilerSettingsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/groovydoc-gradle-plugin/gradle.properties b/plugins/groovydoc-gradle-plugin/gradle.properties index edfe7e19d..f9a79abc7 100644 --- a/plugins/groovydoc-gradle-plugin/gradle.properties +++ b/plugins/groovydoc-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/groovydoc-gradle-plugin/groovydoc-gradle-plugin.gradle b/plugins/groovydoc-gradle-plugin/groovydoc-gradle-plugin.gradle index cc21dde52..4d020deab 100644 --- a/plugins/groovydoc-gradle-plugin/groovydoc-gradle-plugin.gradle +++ b/plugins/groovydoc-gradle-plugin/groovydoc-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/groovydoc-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/groovydoc/GroovydocPlugin.groovy b/plugins/groovydoc-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/groovydoc/GroovydocPlugin.groovy index 02afc6467..645ad6c88 100644 --- a/plugins/groovydoc-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/groovydoc/GroovydocPlugin.groovy +++ b/plugins/groovydoc-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/groovydoc/GroovydocPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/guide-gradle-plugin/gradle.properties b/plugins/guide-gradle-plugin/gradle.properties index c2b58f77b..00f4c1b48 100644 --- a/plugins/guide-gradle-plugin/gradle.properties +++ b/plugins/guide-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/guide-gradle-plugin/guide-gradle-plugin.gradle b/plugins/guide-gradle-plugin/guide-gradle-plugin.gradle index 2246d7e72..e654149e2 100644 --- a/plugins/guide-gradle-plugin/guide-gradle-plugin.gradle +++ b/plugins/guide-gradle-plugin/guide-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/guide-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/guide/GuideExtension.groovy b/plugins/guide-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/guide/GuideExtension.groovy index 5c5c41134..723d88d2d 100644 --- a/plugins/guide-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/guide/GuideExtension.groovy +++ b/plugins/guide-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/guide/GuideExtension.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/guide-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/guide/GuidePlugin.groovy b/plugins/guide-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/guide/GuidePlugin.groovy index 0e73e9469..f49addfd1 100644 --- a/plugins/guide-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/guide/GuidePlugin.groovy +++ b/plugins/guide-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/guide/GuidePlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/inline-gradle-plugin/gradle.properties b/plugins/inline-gradle-plugin/gradle.properties index 46a214083..7dd0e3cd8 100644 --- a/plugins/inline-gradle-plugin/gradle.properties +++ b/plugins/inline-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/inline-gradle-plugin/inline-gradle-plugin.gradle b/plugins/inline-gradle-plugin/inline-gradle-plugin.gradle index 6fa9b421e..b93c20803 100644 --- a/plugins/inline-gradle-plugin/inline-gradle-plugin.gradle +++ b/plugins/inline-gradle-plugin/inline-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/inline-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/inline/InlinePlugin.groovy b/plugins/inline-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/inline/InlinePlugin.groovy index ec1bd6cf7..c92dabbb9 100644 --- a/plugins/inline-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/inline/InlinePlugin.groovy +++ b/plugins/inline-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/inline/InlinePlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/inline-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/inline/PropertyAdapter.groovy b/plugins/inline-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/inline/PropertyAdapter.groovy index df84529cf..ca52b8b92 100644 --- a/plugins/inline-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/inline/PropertyAdapter.groovy +++ b/plugins/inline-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/inline/PropertyAdapter.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/inline-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/inline/adapters/AbstractPropertyAdapter.groovy b/plugins/inline-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/inline/adapters/AbstractPropertyAdapter.groovy index cd5829445..771c594e7 100644 --- a/plugins/inline-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/inline/adapters/AbstractPropertyAdapter.groovy +++ b/plugins/inline-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/inline/adapters/AbstractPropertyAdapter.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/inline-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/inline/adapters/ApplicationPluginPropertyAdapter.groovy b/plugins/inline-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/inline/adapters/ApplicationPluginPropertyAdapter.groovy index 425bec3a8..44baf8dd1 100644 --- a/plugins/inline-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/inline/adapters/ApplicationPluginPropertyAdapter.groovy +++ b/plugins/inline-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/inline/adapters/ApplicationPluginPropertyAdapter.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/inline-gradle-plugin/src/main/resources/META-INF/org.kordamp.gradle.inline/org.kordamp.gradle.properties b/plugins/inline-gradle-plugin/src/main/resources/META-INF/org.kordamp.gradle.inline/org.kordamp.gradle.properties index 82f19b70c..84f8fef6b 100644 --- a/plugins/inline-gradle-plugin/src/main/resources/META-INF/org.kordamp.gradle.inline/org.kordamp.gradle.properties +++ b/plugins/inline-gradle-plugin/src/main/resources/META-INF/org.kordamp.gradle.inline/org.kordamp.gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/insight-gradle-plugin/gradle.properties b/plugins/insight-gradle-plugin/gradle.properties index 960297951..ac9787b1b 100644 --- a/plugins/insight-gradle-plugin/gradle.properties +++ b/plugins/insight-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/insight-gradle-plugin/insight-gradle-plugin.gradle b/plugins/insight-gradle-plugin/insight-gradle-plugin.gradle index 2b5d1964e..b2d308e98 100644 --- a/plugins/insight-gradle-plugin/insight-gradle-plugin.gradle +++ b/plugins/insight-gradle-plugin/insight-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/InsightExtension.groovy b/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/InsightExtension.groovy index eb3e3fd87..8f6b12985 100644 --- a/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/InsightExtension.groovy +++ b/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/InsightExtension.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/InsightPlugin.groovy b/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/InsightPlugin.groovy index b88e4652b..997b530d7 100644 --- a/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/InsightPlugin.groovy +++ b/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/InsightPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/internal/BuildHelper.groovy b/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/internal/BuildHelper.groovy index 643e25c74..94562d5b4 100644 --- a/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/internal/BuildHelper.groovy +++ b/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/internal/BuildHelper.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/internal/InsightExtensionImpl.groovy b/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/internal/InsightExtensionImpl.groovy index 0629a753c..fcc3aec26 100644 --- a/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/internal/InsightExtensionImpl.groovy +++ b/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/internal/InsightExtensionImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/model/Build.groovy b/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/model/Build.groovy index 4ea756ee2..7979dd787 100644 --- a/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/model/Build.groovy +++ b/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/model/Build.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/model/BuildReport.groovy b/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/model/BuildReport.groovy index 3c6a8797b..d8198345e 100644 --- a/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/model/BuildReport.groovy +++ b/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/model/BuildReport.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/model/Project.groovy b/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/model/Project.groovy index 46c1a1a26..488c73efc 100644 --- a/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/model/Project.groovy +++ b/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/model/Project.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/model/Task.groovy b/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/model/Task.groovy index 7b50494b4..3c075a92a 100644 --- a/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/model/Task.groovy +++ b/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/model/Task.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/reports/SummaryBuildReport.groovy b/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/reports/SummaryBuildReport.groovy index 2c75bfe32..84373c9af 100644 --- a/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/reports/SummaryBuildReport.groovy +++ b/plugins/insight-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/insight/reports/SummaryBuildReport.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/integrationtest-gradle-plugin/gradle.properties b/plugins/integrationtest-gradle-plugin/gradle.properties index 3d4d3e6c4..7d0c65e5c 100644 --- a/plugins/integrationtest-gradle-plugin/gradle.properties +++ b/plugins/integrationtest-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/integrationtest-gradle-plugin/integrationtest-gradle-plugin.gradle b/plugins/integrationtest-gradle-plugin/integrationtest-gradle-plugin.gradle index 812d7a45d..b285b53e9 100644 --- a/plugins/integrationtest-gradle-plugin/integrationtest-gradle-plugin.gradle +++ b/plugins/integrationtest-gradle-plugin/integrationtest-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/integrationtest-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/integrationtest/IntegrationTestPlugin.groovy b/plugins/integrationtest-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/integrationtest/IntegrationTestPlugin.groovy index c66a6a733..1bd005a9c 100644 --- a/plugins/integrationtest-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/integrationtest/IntegrationTestPlugin.groovy +++ b/plugins/integrationtest-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/integrationtest/IntegrationTestPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/jacoco-gradle-plugin/gradle.properties b/plugins/jacoco-gradle-plugin/gradle.properties index d6755640e..1df3fe2d6 100644 --- a/plugins/jacoco-gradle-plugin/gradle.properties +++ b/plugins/jacoco-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/jacoco-gradle-plugin/jacoco-gradle-plugin.gradle b/plugins/jacoco-gradle-plugin/jacoco-gradle-plugin.gradle index 812d7a45d..b285b53e9 100644 --- a/plugins/jacoco-gradle-plugin/jacoco-gradle-plugin.gradle +++ b/plugins/jacoco-gradle-plugin/jacoco-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/jacoco-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/jacoco/JacocoPlugin.groovy b/plugins/jacoco-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/jacoco/JacocoPlugin.groovy index de82f2d00..3f927b581 100644 --- a/plugins/jacoco-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/jacoco/JacocoPlugin.groovy +++ b/plugins/jacoco-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/jacoco/JacocoPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/jar-gradle-plugin/gradle.properties b/plugins/jar-gradle-plugin/gradle.properties index 8eee7e615..dcacd5a47 100644 --- a/plugins/jar-gradle-plugin/gradle.properties +++ b/plugins/jar-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/jar-gradle-plugin/jar-gradle-plugin.gradle b/plugins/jar-gradle-plugin/jar-gradle-plugin.gradle index 14bfe23d1..7a596c80d 100644 --- a/plugins/jar-gradle-plugin/jar-gradle-plugin.gradle +++ b/plugins/jar-gradle-plugin/jar-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/jar-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/jar/JarPlugin.groovy b/plugins/jar-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/jar/JarPlugin.groovy index f5f676eb5..69f05352b 100644 --- a/plugins/jar-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/jar/JarPlugin.groovy +++ b/plugins/jar-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/jar/JarPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/java-project-gradle-plugin/gradle.properties b/plugins/java-project-gradle-plugin/gradle.properties index 07c69e713..dbab804be 100644 --- a/plugins/java-project-gradle-plugin/gradle.properties +++ b/plugins/java-project-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/java-project-gradle-plugin/java-project-gradle-plugin.gradle b/plugins/java-project-gradle-plugin/java-project-gradle-plugin.gradle index 66cf6142c..da77d316c 100644 --- a/plugins/java-project-gradle-plugin/java-project-gradle-plugin.gradle +++ b/plugins/java-project-gradle-plugin/java-project-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/JavaProjectPlugin.groovy b/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/JavaProjectPlugin.groovy index a5ef601d9..1a6b74261 100644 --- a/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/JavaProjectPlugin.groovy +++ b/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/JavaProjectPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/JarSettingsTask.groovy b/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/JarSettingsTask.groovy index 6a6034f3f..afd4d8e2f 100644 --- a/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/JarSettingsTask.groovy +++ b/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/JarSettingsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/JavaCompilerSettingsTask.groovy b/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/JavaCompilerSettingsTask.groovy index 96eacf769..689883dbe 100644 --- a/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/JavaCompilerSettingsTask.groovy +++ b/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/JavaCompilerSettingsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/JavaExecSettingsTask.groovy b/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/JavaExecSettingsTask.groovy index 200765491..fa05a7699 100644 --- a/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/JavaExecSettingsTask.groovy +++ b/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/JavaExecSettingsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/SourceSetSettingsTask.groovy b/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/SourceSetSettingsTask.groovy index b2feabe77..8fe03a1af 100644 --- a/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/SourceSetSettingsTask.groovy +++ b/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/SourceSetSettingsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/SourceSetsTask.groovy b/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/SourceSetsTask.groovy index f94c1fd44..0d0b85863 100644 --- a/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/SourceSetsTask.groovy +++ b/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/SourceSetsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/TestSettingsTask.groovy b/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/TestSettingsTask.groovy index 4e7d49050..8b14b771c 100644 --- a/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/TestSettingsTask.groovy +++ b/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/TestSettingsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/WarSettingsTask.groovy b/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/WarSettingsTask.groovy index 25a30af57..cecc6fe86 100644 --- a/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/WarSettingsTask.groovy +++ b/plugins/java-project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/java/tasks/WarSettingsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/javadoc-gradle-plugin/gradle.properties b/plugins/javadoc-gradle-plugin/gradle.properties index ae4be04f8..c2b2727c0 100644 --- a/plugins/javadoc-gradle-plugin/gradle.properties +++ b/plugins/javadoc-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/javadoc-gradle-plugin/javadoc-gradle-plugin.gradle b/plugins/javadoc-gradle-plugin/javadoc-gradle-plugin.gradle index 812d7a45d..b285b53e9 100644 --- a/plugins/javadoc-gradle-plugin/javadoc-gradle-plugin.gradle +++ b/plugins/javadoc-gradle-plugin/javadoc-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/javadoc-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/javadoc/CheckAutoLinksTask.groovy b/plugins/javadoc-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/javadoc/CheckAutoLinksTask.groovy index b82631efa..c45786a14 100644 --- a/plugins/javadoc-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/javadoc/CheckAutoLinksTask.groovy +++ b/plugins/javadoc-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/javadoc/CheckAutoLinksTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/javadoc-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/javadoc/JavadocPlugin.groovy b/plugins/javadoc-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/javadoc/JavadocPlugin.groovy index 6fb4c4b16..a1038adb9 100644 --- a/plugins/javadoc-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/javadoc/JavadocPlugin.groovy +++ b/plugins/javadoc-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/javadoc/JavadocPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/licensing-gradle-plugin/gradle.properties b/plugins/licensing-gradle-plugin/gradle.properties index 6d167bb5a..f83c5c144 100644 --- a/plugins/licensing-gradle-plugin/gradle.properties +++ b/plugins/licensing-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/licensing-gradle-plugin/licensing-gradle-plugin.gradle b/plugins/licensing-gradle-plugin/licensing-gradle-plugin.gradle index 9ba7d4606..80088d1dd 100644 --- a/plugins/licensing-gradle-plugin/licensing-gradle-plugin.gradle +++ b/plugins/licensing-gradle-plugin/licensing-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/licensing-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/licensing/AggregateLicenseReportTask.groovy b/plugins/licensing-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/licensing/AggregateLicenseReportTask.groovy index 0aebb1d5b..e8ba96117 100644 --- a/plugins/licensing-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/licensing/AggregateLicenseReportTask.groovy +++ b/plugins/licensing-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/licensing/AggregateLicenseReportTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/licensing-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/licensing/LicensingPlugin.groovy b/plugins/licensing-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/licensing/LicensingPlugin.groovy index cadd6432f..f0debc250 100644 --- a/plugins/licensing-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/licensing/LicensingPlugin.groovy +++ b/plugins/licensing-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/licensing/LicensingPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/minpom-gradle-plugin/gradle.properties b/plugins/minpom-gradle-plugin/gradle.properties index 4129ed9b9..cda780927 100644 --- a/plugins/minpom-gradle-plugin/gradle.properties +++ b/plugins/minpom-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/minpom-gradle-plugin/minpom-gradle-plugin.gradle b/plugins/minpom-gradle-plugin/minpom-gradle-plugin.gradle index 812d7a45d..b285b53e9 100644 --- a/plugins/minpom-gradle-plugin/minpom-gradle-plugin.gradle +++ b/plugins/minpom-gradle-plugin/minpom-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/minpom-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/minpom/MinPomPlugin.groovy b/plugins/minpom-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/minpom/MinPomPlugin.groovy index ef3d087c6..6213a4b75 100644 --- a/plugins/minpom-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/minpom/MinPomPlugin.groovy +++ b/plugins/minpom-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/minpom/MinPomPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/minpom-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/minpom/MinpomTask.groovy b/plugins/minpom-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/minpom/MinpomTask.groovy index 2e7c55aca..42b7e85ca 100644 --- a/plugins/minpom-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/minpom/MinpomTask.groovy +++ b/plugins/minpom-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/minpom/MinpomTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/plugin-gradle-plugin/gradle.properties b/plugins/plugin-gradle-plugin/gradle.properties index ebd2f4342..804c6aa51 100644 --- a/plugins/plugin-gradle-plugin/gradle.properties +++ b/plugins/plugin-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/plugin-gradle-plugin/plugin-gradle-plugin.gradle b/plugins/plugin-gradle-plugin/plugin-gradle-plugin.gradle index c94f2b47f..6be2496f5 100644 --- a/plugins/plugin-gradle-plugin/plugin-gradle-plugin.gradle +++ b/plugins/plugin-gradle-plugin/plugin-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/plugin-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/plugin/ListPluginDescriptorsTask.groovy b/plugins/plugin-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/plugin/ListPluginDescriptorsTask.groovy index 04d06c987..3d5158f84 100644 --- a/plugins/plugin-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/plugin/ListPluginDescriptorsTask.groovy +++ b/plugins/plugin-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/plugin/ListPluginDescriptorsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/plugin-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/plugin/PluginPlugin.groovy b/plugins/plugin-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/plugin/PluginPlugin.groovy index 70d03e6af..3d2d153b7 100644 --- a/plugins/plugin-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/plugin/PluginPlugin.groovy +++ b/plugins/plugin-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/plugin/PluginPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/pmd-gradle-plugin/gradle.properties b/plugins/pmd-gradle-plugin/gradle.properties index 7908f21e4..fafacf01c 100644 --- a/plugins/pmd-gradle-plugin/gradle.properties +++ b/plugins/pmd-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/pmd-gradle-plugin/pmd-gradle-plugin.gradle b/plugins/pmd-gradle-plugin/pmd-gradle-plugin.gradle index 812d7a45d..b285b53e9 100644 --- a/plugins/pmd-gradle-plugin/pmd-gradle-plugin.gradle +++ b/plugins/pmd-gradle-plugin/pmd-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/pmd-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/pmd/PmdPlugin.groovy b/plugins/pmd-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/pmd/PmdPlugin.groovy index 61124c391..0342b3ede 100644 --- a/plugins/pmd-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/pmd/PmdPlugin.groovy +++ b/plugins/pmd-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/pmd/PmdPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/pmd-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/pmd/tasks/InitPmdTask.groovy b/plugins/pmd-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/pmd/tasks/InitPmdTask.groovy index 53b08a6f7..816e81342 100644 --- a/plugins/pmd-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/pmd/tasks/InitPmdTask.groovy +++ b/plugins/pmd-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/pmd/tasks/InitPmdTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/profiles-gradle-plugin/gradle.properties b/plugins/profiles-gradle-plugin/gradle.properties index c48fcd5aa..50057eac2 100644 --- a/plugins/profiles-gradle-plugin/gradle.properties +++ b/plugins/profiles-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/profiles-gradle-plugin/profiles-gradle-plugin.gradle b/plugins/profiles-gradle-plugin/profiles-gradle-plugin.gradle index d96f60b88..55f86d44c 100644 --- a/plugins/profiles-gradle-plugin/profiles-gradle-plugin.gradle +++ b/plugins/profiles-gradle-plugin/profiles-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/Activation.groovy b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/Activation.groovy index 05105a70e..5b4b05376 100644 --- a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/Activation.groovy +++ b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/Activation.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/Profile.groovy b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/Profile.groovy index d3c967944..a7803c05f 100644 --- a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/Profile.groovy +++ b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/Profile.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/ProfilesExtension.groovy b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/ProfilesExtension.groovy index 369bc7a32..67a7f33dc 100644 --- a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/ProfilesExtension.groovy +++ b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/ProfilesExtension.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/ProfilesPlugin.groovy b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/ProfilesPlugin.groovy index aea5dd3b6..b03ba35d8 100644 --- a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/ProfilesPlugin.groovy +++ b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/ProfilesPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ActivationFile.groovy b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ActivationFile.groovy index 05a427126..f8f166d4d 100644 --- a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ActivationFile.groovy +++ b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ActivationFile.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ActivationJdk.groovy b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ActivationJdk.groovy index df890be85..2360f0865 100644 --- a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ActivationJdk.groovy +++ b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ActivationJdk.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ActivationOs.groovy b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ActivationOs.groovy index 08aa230c5..65a7715a2 100644 --- a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ActivationOs.groovy +++ b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ActivationOs.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ActivationProperty.groovy b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ActivationProperty.groovy index b0d7aa353..1f5ea3b15 100644 --- a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ActivationProperty.groovy +++ b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ActivationProperty.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ProfileInternal.groovy b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ProfileInternal.groovy index a16bea9bf..578cdaea3 100644 --- a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ProfileInternal.groovy +++ b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ProfileInternal.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ProfilesExtensionImpl.groovy b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ProfilesExtensionImpl.groovy index fc6f8339a..3d2e134b9 100644 --- a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ProfilesExtensionImpl.groovy +++ b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/internal/ProfilesExtensionImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/tasks/ActiveProfilesTask.groovy b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/tasks/ActiveProfilesTask.groovy index 0df73a0fd..d5ce705fa 100644 --- a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/tasks/ActiveProfilesTask.groovy +++ b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/tasks/ActiveProfilesTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/tasks/DisplayActivationInfoTask.groovy b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/tasks/DisplayActivationInfoTask.groovy index 377230014..58f3edfe0 100644 --- a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/tasks/DisplayActivationInfoTask.groovy +++ b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/tasks/DisplayActivationInfoTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/tasks/ListProfilesTask.groovy b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/tasks/ListProfilesTask.groovy index d0cf600dc..f763f45f9 100644 --- a/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/tasks/ListProfilesTask.groovy +++ b/plugins/profiles-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/profiles/tasks/ListProfilesTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/project-gradle-plugin/gradle.properties b/plugins/project-gradle-plugin/gradle.properties index 9736cd40a..453be534d 100644 --- a/plugins/project-gradle-plugin/gradle.properties +++ b/plugins/project-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/project-gradle-plugin/project-gradle-plugin.gradle b/plugins/project-gradle-plugin/project-gradle-plugin.gradle index 5c4983ac6..01382304e 100644 --- a/plugins/project-gradle-plugin/project-gradle-plugin.gradle +++ b/plugins/project-gradle-plugin/project-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/ConfigurationsDependencyHandler.groovy b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/ConfigurationsDependencyHandler.groovy index e18d06b4c..b2362e8ef 100644 --- a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/ConfigurationsDependencyHandler.groovy +++ b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/ConfigurationsDependencyHandler.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/DefaultConfigurationsDependencyHandler.groovy b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/DefaultConfigurationsDependencyHandler.groovy index 4c5e51f86..5b2baf17c 100644 --- a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/DefaultConfigurationsDependencyHandler.groovy +++ b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/DefaultConfigurationsDependencyHandler.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/DependencyHandlerSpec.groovy b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/DependencyHandlerSpec.groovy index 0c332a015..4546ddbaa 100644 --- a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/DependencyHandlerSpec.groovy +++ b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/DependencyHandlerSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/ProjectPlugin.groovy b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/ProjectPlugin.groovy index 3c55d5ea6..af0eb4c11 100644 --- a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/ProjectPlugin.groovy +++ b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/ProjectPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/internal/DependencyHandlerImpl.groovy b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/internal/DependencyHandlerImpl.groovy index 9e1a5d68c..c75e8e8a6 100644 --- a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/internal/DependencyHandlerImpl.groovy +++ b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/internal/DependencyHandlerImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/CopyDependenciesTask.groovy b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/CopyDependenciesTask.groovy index 05847e5b3..88f1264bf 100644 --- a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/CopyDependenciesTask.groovy +++ b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/CopyDependenciesTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/PlatformsTask.groovy b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/PlatformsTask.groovy index c385adf61..22ae5d5b9 100644 --- a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/PlatformsTask.groovy +++ b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/PlatformsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/reports/GenerateDependenciesReportTask.groovy b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/reports/GenerateDependenciesReportTask.groovy index 605560f15..9e7fe0698 100644 --- a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/reports/GenerateDependenciesReportTask.groovy +++ b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/reports/GenerateDependenciesReportTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/reports/GenerateDependencyUpdatesReportTask.groovy b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/reports/GenerateDependencyUpdatesReportTask.groovy index a132d1a31..4b8e10ad9 100644 --- a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/reports/GenerateDependencyUpdatesReportTask.groovy +++ b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/reports/GenerateDependencyUpdatesReportTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/reports/GeneratePluginReportTask.groovy b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/reports/GeneratePluginReportTask.groovy index dcc49019c..aaac6961f 100644 --- a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/reports/GeneratePluginReportTask.groovy +++ b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/reports/GeneratePluginReportTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/reports/GenerateSummaryReportTask.groovy b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/reports/GenerateSummaryReportTask.groovy index 2809e985f..64ab7f2ec 100644 --- a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/reports/GenerateSummaryReportTask.groovy +++ b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/reports/GenerateSummaryReportTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/reports/GenerateTeamReportTask.groovy b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/reports/GenerateTeamReportTask.groovy index 8f2a54dcf..631717946 100644 --- a/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/reports/GenerateTeamReportTask.groovy +++ b/plugins/project-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/project/tasks/reports/GenerateTeamReportTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/properties-gradle-plugin/gradle.properties b/plugins/properties-gradle-plugin/gradle.properties index fc3124d58..ee077020c 100644 --- a/plugins/properties-gradle-plugin/gradle.properties +++ b/plugins/properties-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/properties-gradle-plugin/properties-gradle-plugin.gradle b/plugins/properties-gradle-plugin/properties-gradle-plugin.gradle index 7ed2bc569..46a56f9a6 100644 --- a/plugins/properties-gradle-plugin/properties-gradle-plugin.gradle +++ b/plugins/properties-gradle-plugin/properties-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/AbstractPropertiesReader.groovy b/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/AbstractPropertiesReader.groovy index c9ebe4bd5..05b1544ee 100644 --- a/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/AbstractPropertiesReader.groovy +++ b/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/AbstractPropertiesReader.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/PropertiesExtension.groovy b/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/PropertiesExtension.groovy index 371a23345..4008061c2 100644 --- a/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/PropertiesExtension.groovy +++ b/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/PropertiesExtension.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/PropertiesPlugin.groovy b/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/PropertiesPlugin.groovy index 1bc7f7964..fb7d2026d 100644 --- a/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/PropertiesPlugin.groovy +++ b/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/PropertiesPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/TomlPropertiesReader.groovy b/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/TomlPropertiesReader.groovy index f90d681c6..076cf70cc 100644 --- a/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/TomlPropertiesReader.groovy +++ b/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/TomlPropertiesReader.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/YamlPropertiesReader.groovy b/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/YamlPropertiesReader.groovy index 3ee08231c..b00c0c381 100644 --- a/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/YamlPropertiesReader.groovy +++ b/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/YamlPropertiesReader.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/internal/PropertiesExtensionImpl.groovy b/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/internal/PropertiesExtensionImpl.groovy index 19852fe8e..ee10a7555 100644 --- a/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/internal/PropertiesExtensionImpl.groovy +++ b/plugins/properties-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/properties/internal/PropertiesExtensionImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/publishing-gradle-plugin/gradle.properties b/plugins/publishing-gradle-plugin/gradle.properties index 3c5e95fdf..a2c72819e 100644 --- a/plugins/publishing-gradle-plugin/gradle.properties +++ b/plugins/publishing-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/publishing-gradle-plugin/publishing-gradle-plugin.gradle b/plugins/publishing-gradle-plugin/publishing-gradle-plugin.gradle index cb87dd4de..25279a1b5 100644 --- a/plugins/publishing-gradle-plugin/publishing-gradle-plugin.gradle +++ b/plugins/publishing-gradle-plugin/publishing-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/publishing-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/publishing/PublicationSettingsTask.groovy b/plugins/publishing-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/publishing/PublicationSettingsTask.groovy index c0c3175bd..73c7426af 100644 --- a/plugins/publishing-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/publishing/PublicationSettingsTask.groovy +++ b/plugins/publishing-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/publishing/PublicationSettingsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/publishing-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/publishing/PublishingPlugin.groovy b/plugins/publishing-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/publishing/PublishingPlugin.groovy index d0c27cb89..001bad634 100644 --- a/plugins/publishing-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/publishing/PublishingPlugin.groovy +++ b/plugins/publishing-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/publishing/PublishingPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/reproducible-gradle-plugin/gradle.properties b/plugins/reproducible-gradle-plugin/gradle.properties index 7caaeb94f..f504b9082 100644 --- a/plugins/reproducible-gradle-plugin/gradle.properties +++ b/plugins/reproducible-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/reproducible-gradle-plugin/reproducible-gradle-plugin.gradle b/plugins/reproducible-gradle-plugin/reproducible-gradle-plugin.gradle index 812d7a45d..b285b53e9 100644 --- a/plugins/reproducible-gradle-plugin/reproducible-gradle-plugin.gradle +++ b/plugins/reproducible-gradle-plugin/reproducible-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/reproducible-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/reproducible/ReproduciblePlugin.groovy b/plugins/reproducible-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/reproducible/ReproduciblePlugin.groovy index 25e551cfa..2537c74ba 100644 --- a/plugins/reproducible-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/reproducible/ReproduciblePlugin.groovy +++ b/plugins/reproducible-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/reproducible/ReproduciblePlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/reproducible-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/reproducible/tasks/CreateBuildInfoTask.groovy b/plugins/reproducible-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/reproducible/tasks/CreateBuildInfoTask.groovy index ab5881226..2e7ade609 100644 --- a/plugins/reproducible-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/reproducible/tasks/CreateBuildInfoTask.groovy +++ b/plugins/reproducible-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/reproducible/tasks/CreateBuildInfoTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/settings-gradle-plugin/gradle.properties b/plugins/settings-gradle-plugin/gradle.properties index 55caeaec1..34d55c981 100644 --- a/plugins/settings-gradle-plugin/gradle.properties +++ b/plugins/settings-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/settings-gradle-plugin/settings-gradle-plugin.gradle b/plugins/settings-gradle-plugin/settings-gradle-plugin.gradle index eb190b60d..f02cdfc40 100644 --- a/plugins/settings-gradle-plugin/settings-gradle-plugin.gradle +++ b/plugins/settings-gradle-plugin/settings-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/settings-gradle-plugin/src/integration-test/groovy/org/kordamp/gradle/plugin/settings/ProjectsExtensionSpec.groovy b/plugins/settings-gradle-plugin/src/integration-test/groovy/org/kordamp/gradle/plugin/settings/ProjectsExtensionSpec.groovy index ba3f829de..8193e9ebb 100644 --- a/plugins/settings-gradle-plugin/src/integration-test/groovy/org/kordamp/gradle/plugin/settings/ProjectsExtensionSpec.groovy +++ b/plugins/settings-gradle-plugin/src/integration-test/groovy/org/kordamp/gradle/plugin/settings/ProjectsExtensionSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/PluginsSpec.groovy b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/PluginsSpec.groovy index e38b0338b..27cdc9ace 100644 --- a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/PluginsSpec.groovy +++ b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/PluginsSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/ProjectsExtension.groovy b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/ProjectsExtension.groovy index c1dfc57fa..60cd9f0e8 100644 --- a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/ProjectsExtension.groovy +++ b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/ProjectsExtension.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/SettingsPlugin.groovy b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/SettingsPlugin.groovy index c2d170f70..9d783ad02 100644 --- a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/SettingsPlugin.groovy +++ b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/SettingsPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/AbstractPluginsSpec.groovy b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/AbstractPluginsSpec.groovy index 1ef1f0b29..c8f95e80e 100644 --- a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/AbstractPluginsSpec.groovy +++ b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/AbstractPluginsSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/DirMatchingPluginsSpecImpl.groovy b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/DirMatchingPluginsSpecImpl.groovy index be43f6f21..f6f330d3d 100644 --- a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/DirMatchingPluginsSpecImpl.groovy +++ b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/DirMatchingPluginsSpecImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/DirectorySpecImpl.groovy b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/DirectorySpecImpl.groovy index 5928ba7a1..7357c62b4 100644 --- a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/DirectorySpecImpl.groovy +++ b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/DirectorySpecImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/PathMatchingPluginsSpecImpl.groovy b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/PathMatchingPluginsSpecImpl.groovy index b10e780c0..a1880444a 100644 --- a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/PathMatchingPluginsSpecImpl.groovy +++ b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/PathMatchingPluginsSpecImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/PathSpecImpl.groovy b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/PathSpecImpl.groovy index 3c61e6805..8d128f863 100644 --- a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/PathSpecImpl.groovy +++ b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/PathSpecImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/PathsMatchingPluginsSpecImpl.groovy b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/PathsMatchingPluginsSpecImpl.groovy index 450346bf5..ddf416878 100644 --- a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/PathsMatchingPluginsSpecImpl.groovy +++ b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/PathsMatchingPluginsSpecImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/PluginIdSpecImpl.groovy b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/PluginIdSpecImpl.groovy index d8817a497..385fb3cd6 100644 --- a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/PluginIdSpecImpl.groovy +++ b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/PluginIdSpecImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/PluginsSpecImpl.groovy b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/PluginsSpecImpl.groovy index 7431026ac..aacaf5418 100644 --- a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/PluginsSpecImpl.groovy +++ b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/PluginsSpecImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/ProjectsExtensionImpl.groovy b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/ProjectsExtensionImpl.groovy index 95170b721..c49dbfead 100644 --- a/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/ProjectsExtensionImpl.groovy +++ b/plugins/settings-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/settings/internal/ProjectsExtensionImpl.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/sonar-gradle-plugin/gradle.properties b/plugins/sonar-gradle-plugin/gradle.properties index b3c5d3f3e..2891e5211 100644 --- a/plugins/sonar-gradle-plugin/gradle.properties +++ b/plugins/sonar-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/sonar-gradle-plugin/sonar-gradle-plugin.gradle b/plugins/sonar-gradle-plugin/sonar-gradle-plugin.gradle index d996d1976..8f0db12c2 100644 --- a/plugins/sonar-gradle-plugin/sonar-gradle-plugin.gradle +++ b/plugins/sonar-gradle-plugin/sonar-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/sonar-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/sonar/SonarPlugin.groovy b/plugins/sonar-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/sonar/SonarPlugin.groovy index b99187ad9..d2292e7fb 100644 --- a/plugins/sonar-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/sonar/SonarPlugin.groovy +++ b/plugins/sonar-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/sonar/SonarPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/source-gradle-plugin/gradle.properties b/plugins/source-gradle-plugin/gradle.properties index 501cc243e..f947635b8 100644 --- a/plugins/source-gradle-plugin/gradle.properties +++ b/plugins/source-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/source-gradle-plugin/source-gradle-plugin.gradle b/plugins/source-gradle-plugin/source-gradle-plugin.gradle index 812d7a45d..b285b53e9 100644 --- a/plugins/source-gradle-plugin/source-gradle-plugin.gradle +++ b/plugins/source-gradle-plugin/source-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/source-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/source/SourceJarPlugin.groovy b/plugins/source-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/source/SourceJarPlugin.groovy index cb8558063..581925ae6 100644 --- a/plugins/source-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/source/SourceJarPlugin.groovy +++ b/plugins/source-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/source/SourceJarPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/sourcestats-gradle-plugin/gradle.properties b/plugins/sourcestats-gradle-plugin/gradle.properties index 7171a5352..9dfae4b5b 100644 --- a/plugins/sourcestats-gradle-plugin/gradle.properties +++ b/plugins/sourcestats-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/sourcestats-gradle-plugin/sourcestats-gradle-plugin.gradle b/plugins/sourcestats-gradle-plugin/sourcestats-gradle-plugin.gradle index 812d7a45d..b285b53e9 100644 --- a/plugins/sourcestats-gradle-plugin/sourcestats-gradle-plugin.gradle +++ b/plugins/sourcestats-gradle-plugin/sourcestats-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/AggregateSourceStatsReportTask.groovy b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/AggregateSourceStatsReportTask.groovy index 515697870..e7def69af 100644 --- a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/AggregateSourceStatsReportTask.groovy +++ b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/AggregateSourceStatsReportTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/Counter.groovy b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/Counter.groovy index 98289a1ad..f6a33827f 100644 --- a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/Counter.groovy +++ b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/Counter.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/SourceStatsPlugin.groovy b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/SourceStatsPlugin.groovy index bd6aaebc5..6ba13f591 100644 --- a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/SourceStatsPlugin.groovy +++ b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/SourceStatsPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/SourceStatsTask.groovy b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/SourceStatsTask.groovy index 0434d5e07..190306225 100644 --- a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/SourceStatsTask.groovy +++ b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/SourceStatsTask.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/CssCounter.groovy b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/CssCounter.groovy index 2e0855744..35e297d73 100644 --- a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/CssCounter.groovy +++ b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/CssCounter.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/HashCounter.groovy b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/HashCounter.groovy index cf92b103c..3ddd48340 100644 --- a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/HashCounter.groovy +++ b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/HashCounter.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/JavaCounter.groovy b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/JavaCounter.groovy index 7dd29ed50..992bf3e4c 100644 --- a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/JavaCounter.groovy +++ b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/JavaCounter.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/PropertiesCounter.groovy b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/PropertiesCounter.groovy index 4f76d9365..6b09c8bcf 100644 --- a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/PropertiesCounter.groovy +++ b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/PropertiesCounter.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/SemiColonCounter.groovy b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/SemiColonCounter.groovy index 3d691db36..777e12ebb 100644 --- a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/SemiColonCounter.groovy +++ b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/SemiColonCounter.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/SqlCounter.groovy b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/SqlCounter.groovy index 5ed094775..de7135a6c 100644 --- a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/SqlCounter.groovy +++ b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/SqlCounter.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/XmlCounter.groovy b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/XmlCounter.groovy index 144b7d85a..e681fecf6 100644 --- a/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/XmlCounter.groovy +++ b/plugins/sourcestats-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/stats/counter/XmlCounter.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/sourcestats-gradle-plugin/src/test/groovy/org/kordamp/gradle/plugin/stats/SourceStatsTaskSpec.groovy b/plugins/sourcestats-gradle-plugin/src/test/groovy/org/kordamp/gradle/plugin/stats/SourceStatsTaskSpec.groovy index 93e4fa8da..b8560a89c 100644 --- a/plugins/sourcestats-gradle-plugin/src/test/groovy/org/kordamp/gradle/plugin/stats/SourceStatsTaskSpec.groovy +++ b/plugins/sourcestats-gradle-plugin/src/test/groovy/org/kordamp/gradle/plugin/stats/SourceStatsTaskSpec.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/spotbugs-gradle-plugin/gradle.properties b/plugins/spotbugs-gradle-plugin/gradle.properties index b84fa866d..0548c59d1 100644 --- a/plugins/spotbugs-gradle-plugin/gradle.properties +++ b/plugins/spotbugs-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/spotbugs-gradle-plugin/spotbugs-gradle-plugin.gradle b/plugins/spotbugs-gradle-plugin/spotbugs-gradle-plugin.gradle index db3a15cff..584a575ba 100644 --- a/plugins/spotbugs-gradle-plugin/spotbugs-gradle-plugin.gradle +++ b/plugins/spotbugs-gradle-plugin/spotbugs-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/spotbugs-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/spotbugs/SpotbugsPlugin.groovy b/plugins/spotbugs-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/spotbugs/SpotbugsPlugin.groovy index 30d1ded7a..074de1e80 100644 --- a/plugins/spotbugs-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/spotbugs/SpotbugsPlugin.groovy +++ b/plugins/spotbugs-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/spotbugs/SpotbugsPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/testing-gradle-plugin/gradle.properties b/plugins/testing-gradle-plugin/gradle.properties index 0bb45c740..9bad7632a 100644 --- a/plugins/testing-gradle-plugin/gradle.properties +++ b/plugins/testing-gradle-plugin/gradle.properties @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: Apache-2.0 # -# Copyright 2018-2023 Andres Almiray. +# Copyright 2018-2024 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/plugins/testing-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/testing/TestingPlugin.groovy b/plugins/testing-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/testing/TestingPlugin.groovy index c9c591627..6d8c1355a 100644 --- a/plugins/testing-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/testing/TestingPlugin.groovy +++ b/plugins/testing-gradle-plugin/src/main/groovy/org/kordamp/gradle/plugin/testing/TestingPlugin.groovy @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugins/testing-gradle-plugin/testing-gradle-plugin.gradle b/plugins/testing-gradle-plugin/testing-gradle-plugin.gradle index 812d7a45d..b285b53e9 100644 --- a/plugins/testing-gradle-plugin/testing-gradle-plugin.gradle +++ b/plugins/testing-gradle-plugin/testing-gradle-plugin.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/settings.gradle b/settings.gradle index dd2bc6330..73ce14637 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: Apache-2.0 * - * Copyright 2018-2023 Andres Almiray. + * Copyright 2018-2024 Andres Almiray. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -119,11 +119,11 @@ enforce { "org.apache.maven:maven-resolver-provider:$mavenVersion", "org.apache.maven:maven-settings-builder:$mavenVersion", "org.apache.maven:maven-settings:$mavenVersion", - "org.assertj:assertj-core:3.24.2", + "org.assertj:assertj-core:3.26.3", "org.bouncycastle:bcpkix-jdk15on:1.70", "org.bouncycastle:bcprov-jdk15on:1.70", "org.checkerframework:checker-qual:$checkerQualVersion", - "org.codehaus.groovy.modules.http-builder:http-builder:0.7.2", + "org.codehaus.groovy.modules.http-builder:http-builder:0.7.1", "org.codehaus.groovy:groovy:$groovyVersion", "org.codehaus.plexus:plexus-classworlds:$plexusCVersion", "org.codehaus.plexus:plexus-component-annotations:$plexusAVersion",