[jenkinsci/gradle-jpi-plugin] 09d0d0: Support remote execution by removing jth.jenkins-w...

2024-06-29 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 09d0d06a0bda2223e9602634028d064e59573a9f
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/09d0d06a0bda2223e9602634028d064e59573a9f
  Author: Steve Hill 
  Date:   2024-06-29 (Sat, 29 Jun 2024)

  Changed paths:
M src/main/kotlin/org/jenkinsci/gradle/plugins/testing/JpiTestingPlugin.kt
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPublishingAndConsumptionTest.groovy

  Log Message:
  ---
  Support remote execution by removing jth.jenkins-war.path

Including the war on the classpath  does not require local path access


  Commit: 12cc4b1e5b20b0dfea38b43a05ce56e5b9d5a358
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/12cc4b1e5b20b0dfea38b43a05ce56e5b9d5a358
  Author: Steve Hill 
  Date:   2024-06-29 (Sat, 29 Jun 2024)

  Changed paths:
M .github/workflows/ci.yml
M .github/workflows/regression.yml

  Log Message:
  ---
  Upgrade workflows


  Commit: e1a8b8fc40a58403ed555df91ae8c2ef6c19136e
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/e1a8b8fc40a58403ed555df91ae8c2ef6c19136e
  Author: Steve Hill 
  Date:   2024-06-29 (Sat, 29 Jun 2024)

  Changed paths:
M .github/workflows/ci.yml
M .github/workflows/regression.yml

  Log Message:
  ---
  Bump upload-artifact to v4


  Commit: f8a8e21cde8a6a99b860962b407ea64566cf5180
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/f8a8e21cde8a6a99b860962b407ea64566cf5180
  Author: Steve Hill 
  Date:   2024-06-29 (Sat, 29 Jun 2024)

  Changed paths:
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookup.java
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookupSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/testing/TestTaskIntegrationSpec.groovy

  Log Message:
  ---
  Include the dependencies of the war file for generated tests

This was the behavior before. Extend assertions to test output


  Commit: 6fb6ddad1ffc15fdfb9fceb12b742806e77e93f9
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/6fb6ddad1ffc15fdfb9fceb12b742806e77e93f9
  Author: Steve Hill 
  Date:   2024-06-29 (Sat, 29 Jun 2024)

  Changed paths:
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPublishingAndConsumptionTest.groovy

  Log Message:
  ---
  Upgrade Jenkins 1.580.1 -> 2.401.3 for JpiPublishingAndConsumption


  Commit: a92a83e7be6fb511a227424ce48d5807660d7532
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/a92a83e7be6fb511a227424ce48d5807660d7532
  Author: Steve Hill 
  Date:   2024-06-29 (Sat, 29 Jun 2024)

  Changed paths:
M 
src/test/groovy/org/jenkinsci/gradle/plugins/testing/TestTaskIntegrationSpec.groovy

  Log Message:
  ---
  fix(TestTaskIntegrationSpec): add upgraded script-security as test dependency


  Commit: e945e0d2f0ed0fec7f57963be9391391131cfba6
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/e945e0d2f0ed0fec7f57963be9391391131cfba6
  Author: Steve Hill 
  Date:   2024-06-29 (Sat, 29 Jun 2024)

  Changed paths:
M .github/workflows/ci.yml
M .github/workflows/regression.yml

  Log Message:
  ---
  Unique names for artifacts in workflows


  Commit: e93896a56933692b767d19bc12f702011be21c1a
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/e93896a56933692b767d19bc12f702011be21c1a
  Author: Steve Hill 
  Date:   2024-06-29 (Sat, 29 Jun 2024)

  Changed paths:
M build.gradle.kts

  Log Message:
  ---
  Enable test logging on CI to make it easier to follow progress


  Commit: 74e14dc0ca451009a6e89d27aadc7e6c9e2e737b
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/74e14dc0ca451009a6e89d27aadc7e6c9e2e737b
  Author: Steve Hill 
  Date:   2024-06-29 (Sat, 29 Jun 2024)

  Changed paths:
M .github/workflows/ci.yml
M .github/workflows/regression.yml
M build.gradle.kts
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookup.java
M src/main/kotlin/org/jenkinsci/gradle/plugins/testing/JpiTestingPlugin.kt
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPublishingAndConsumptionTest.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookupSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/testing/TestTaskIntegrationSpec.groovy

  Log Message:
  ---
  Merge pull request #233 from jenkinsci/feature/remote-exec

Support remote execution by removing `jth.jenkins-war.path`


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/558ff45515ed...74e14dc0ca45

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/gradle-jpi-plugin/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenk

[jenkinsci/gradle-jpi-plugin] 5deca3: Gradle 8.5

2023-12-20 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/gradle-8.5
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 5deca30757717b33b63a3bd3a035e0ddcf44dd49
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/5deca30757717b33b63a3bd3a035e0ddcf44dd49
  Author: Steve Hill 
  Date:   2023-12-20 (Wed, 20 Dec 2023)

  Changed paths:
M build.gradle.kts
R config/codenarc/rules-test.groovy
M gradle/verification-metadata.xml
M gradle/wrapper/gradle-wrapper.jar
M gradle/wrapper/gradle-wrapper.properties
M gradlew
M gradlew.bat
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiDeveloper.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiLicense.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/LicenseTask.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/LocalizerTask.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/ServerTask.groovy
M 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/TestDependenciesTask.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/TestInsertionTask.groovy
M 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/internal/ConfigureUtil.groovy

  Log Message:
  ---
  Gradle 8.5


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/gradle-8.5/00-5deca3%40github.com.


[jenkinsci/gradle-jpi-plugin]

2023-12-20 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/min-java-11
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/min-java-11/909c7e-00%40github.com.


[jenkinsci/gradle-jpi-plugin] e02348: Min Java 11

2023-12-20 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: e023489a0212e2baa46270f173e23459fc918f7f
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/e023489a0212e2baa46270f173e23459fc918f7f
  Author: Steve Hill 
  Date:   2023-11-26 (Sun, 26 Nov 2023)

  Changed paths:
M .sdkmanrc
M build.gradle.kts
M gradle.properties
M gradle/libs.versions.toml
M gradle/verification-metadata.xml
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookup.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/localization/LocalizationPlugin.java
M 
src/main/kotlin/org/jenkinsci/gradle/plugins/accmod/AccessModifierPlugin.kt
M src/main/kotlin/org/jenkinsci/gradle/plugins/testing/JpiTestingPlugin.kt
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JenkinsVersionIntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookupSpec.groovy

  Log Message:
  ---
  Min Java 11


  Commit: e65061d7f93c8db31b629e319d9273ce7c11ff2d
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/e65061d7f93c8db31b629e319d9273ce7c11ff2d
  Author: Steve Hill 
  Date:   2023-12-09 (Sat, 09 Dec 2023)

  Changed paths:
M .github/workflows/ci.yml
M .github/workflows/regression.yml
M build.gradle.kts
M gradle/libs.versions.toml
M gradle/verification-metadata.xml
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/TestSupport.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/server/GenerateHplTaskSpec.groovy

  Log Message:
  ---
  Upgrade recent jenkins version used in tests to 2.401.3


  Commit: 9f671390c3c83e8417e59f5ce56982b565642bfe
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/9f671390c3c83e8417e59f5ce56982b565642bfe
  Author: Steve Hill 
  Date:   2023-12-13 (Wed, 13 Dec 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update Jenkinsfile to Java 11


  Commit: 909c7e0dd799675e60bd4d8f7ffb3c2622bf4ddc
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/909c7e0dd799675e60bd4d8f7ffb3c2622bf4ddc
  Author: Steve Hill 
  Date:   2023-12-20 (Wed, 20 Dec 2023)

  Changed paths:
M gradle/verification-metadata.xml

  Log Message:
  ---
  Update dependency verification metadata


  Commit: e2c85268b80662096c3b8a074907d3d53163d90e
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/e2c85268b80662096c3b8a074907d3d53163d90e
  Author: Steve Hill 
  Date:   2023-12-20 (Wed, 20 Dec 2023)

  Changed paths:
M .github/workflows/ci.yml
M .github/workflows/regression.yml
M .sdkmanrc
M Jenkinsfile
M build.gradle.kts
M gradle.properties
M gradle/libs.versions.toml
M gradle/verification-metadata.xml
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookup.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/localization/LocalizationPlugin.java
M 
src/main/kotlin/org/jenkinsci/gradle/plugins/accmod/AccessModifierPlugin.kt
M src/main/kotlin/org/jenkinsci/gradle/plugins/testing/JpiTestingPlugin.kt
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JenkinsVersionIntegrationSpec.groovy
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/TestSupport.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookupSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/server/GenerateHplTaskSpec.groovy

  Log Message:
  ---
  Merge pull request #232 from jenkinsci/min-java-11

Raise Minimum JDK to 11


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/8585ce97d476...e2c85268b806

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/8585ce-e2c852%40github.com.


[jenkinsci/gradle-jpi-plugin] 909c7e: Update dependency verification metadata

2023-12-20 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/min-java-11
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 909c7e0dd799675e60bd4d8f7ffb3c2622bf4ddc
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/909c7e0dd799675e60bd4d8f7ffb3c2622bf4ddc
  Author: Steve Hill 
  Date:   2023-12-20 (Wed, 20 Dec 2023)

  Changed paths:
M gradle/verification-metadata.xml

  Log Message:
  ---
  Update dependency verification metadata


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/min-java-11/9f6713-909c7e%40github.com.


[jenkinsci/gradle-jpi-plugin] 9f6713: Update Jenkinsfile to Java 11

2023-12-13 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/min-java-11
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 9f671390c3c83e8417e59f5ce56982b565642bfe
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/9f671390c3c83e8417e59f5ce56982b565642bfe
  Author: Steve Hill 
  Date:   2023-12-13 (Wed, 13 Dec 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update Jenkinsfile to Java 11


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/min-java-11/e65061-9f6713%40github.com.


[jenkinsci/gradle-jpi-plugin] e02348: Min Java 11

2023-12-09 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/min-java-11
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: e023489a0212e2baa46270f173e23459fc918f7f
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/e023489a0212e2baa46270f173e23459fc918f7f
  Author: Steve Hill 
  Date:   2023-11-26 (Sun, 26 Nov 2023)

  Changed paths:
M .sdkmanrc
M build.gradle.kts
M gradle.properties
M gradle/libs.versions.toml
M gradle/verification-metadata.xml
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookup.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/localization/LocalizationPlugin.java
M 
src/main/kotlin/org/jenkinsci/gradle/plugins/accmod/AccessModifierPlugin.kt
M src/main/kotlin/org/jenkinsci/gradle/plugins/testing/JpiTestingPlugin.kt
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JenkinsVersionIntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookupSpec.groovy

  Log Message:
  ---
  Min Java 11


  Commit: e65061d7f93c8db31b629e319d9273ce7c11ff2d
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/e65061d7f93c8db31b629e319d9273ce7c11ff2d
  Author: Steve Hill 
  Date:   2023-12-09 (Sat, 09 Dec 2023)

  Changed paths:
M .github/workflows/ci.yml
M .github/workflows/regression.yml
M build.gradle.kts
M gradle/libs.versions.toml
M gradle/verification-metadata.xml
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/TestSupport.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/server/GenerateHplTaskSpec.groovy

  Log Message:
  ---
  Upgrade recent jenkins version used in tests to 2.401.3


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/e023489a0212%5E...e65061d7f93c

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/min-java-11/00-e65061%40github.com.


[jenkinsci/gradle-jpi-plugin] 8585ce: Remove unused buildSrc

2023-11-25 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 8585ce97d476579e03a9e5b2a2c70c0606b71f51
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/8585ce97d476579e03a9e5b2a2c70c0606b71f51
  Author: Steve Hill 
  Date:   2023-11-25 (Sat, 25 Nov 2023)

  Changed paths:
M build.gradle.kts
R buildSrc/build.gradle.kts
R buildSrc/src/main/kotlin/internal/DependenciesComparisonPlugin.kt
R buildSrc/src/main/kotlin/internal/DependenciesComparisonTask.kt

  Log Message:
  ---
  Remove unused buildSrc


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/332b7e-8585ce%40github.com.


[jenkinsci/gradle-jpi-plugin] c09c23: Make CheckAccessModifierTask abstract to allow Gra...

2023-11-23 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/accmod-toolchain
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: c09c235bd36175eb19667d8499433a97de59c05d
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/c09c235bd36175eb19667d8499433a97de59c05d
  Author: Steve Hill 
  Date:   2023-11-23 (Thu, 23 Nov 2023)

  Changed paths:
M 
src/main/kotlin/org/jenkinsci/gradle/plugins/accmod/CheckAccessModifierTask.kt

  Log Message:
  ---
  Make CheckAccessModifierTask abstract to allow Gradle to create the properties


  Commit: 9f0e3e6653fd4c9666f4cdb016a54b442621418e
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/9f0e3e6653fd4c9666f4cdb016a54b442621418e
  Author: Steve Hill 
  Date:   2023-11-23 (Thu, 23 Nov 2023)

  Changed paths:
M 
src/main/kotlin/org/jenkinsci/gradle/plugins/accmod/CheckAccessModifierTask.kt
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/IntegrationSpec.groovy

  Log Message:
  ---
  Use toolchains for Java-11-requiring CheckAccessModifier


  Commit: 18aefaa6070486dc765f15d7843ef9271b0c0f38
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/18aefaa6070486dc765f15d7843ef9271b0c0f38
  Author: Steve Hill 
  Date:   2023-11-23 (Thu, 23 Nov 2023)

  Changed paths:
M gradle/verification-metadata.xml
M 
src/main/kotlin/org/jenkinsci/gradle/plugins/accmod/AccessModifierPlugin.kt

  Log Message:
  ---
  Update access-modifier-checker to 1.33


  Commit: 66b764fa9502cfb144e621ec9913563940738175
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/66b764fa9502cfb144e621ec9913563940738175
  Author: Steve Hill 
  Date:   2023-11-23 (Thu, 23 Nov 2023)

  Changed paths:
M .github/workflows/ci.yml
M .github/workflows/regression.yml

  Log Message:
  ---
  Ensure 11 is present in workflows


  Commit: 714cb1afb32117f84f9445786905c0a4dcf43666
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/714cb1afb32117f84f9445786905c0a4dcf43666
  Author: Steve Hill 
  Date:   2023-11-23 (Thu, 23 Nov 2023)

  Changed paths:
M 
src/main/kotlin/org/jenkinsci/gradle/plugins/accmod/CheckAccessModifierTask.kt

  Log Message:
  ---
  Do not specify vendor for toolchain convention


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/b9341b8ef051...714cb1afb321

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/accmod-toolchain/b9341b-714cb1%40github.com.


[jenkinsci/gradle-jpi-plugin] 332b7e: Remove isBeforeConfigurationCache() requirement on...

2023-11-23 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 332b7e75bfee94d085e013ba9b2e0d40d2f20a9c
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/332b7e75bfee94d085e013ba9b2e0d40d2f20a9c
  Author: Steve Hill 
  Date:   2023-11-23 (Thu, 23 Nov 2023)

  Changed paths:
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/IntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiLocalizerTaskIntegrationSpec.groovy
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/LicenseTaskSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/localization/LocalizationTaskIntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/manifest/GenerateJenkinsManifestTaskIntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/manifest/GeneratePluginClassManifestTaskIntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/manifest/GeneratePluginDependenciesManifestTaskIntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/manifest/GenerateSupportDynamicLoadingManifestTaskIntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/testing/CopyGeneratedJenkinsTestPluginDependenciesTaskIntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/testing/CopyTestPluginDependenciesTaskIntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/testing/GenerateTestTaskIntegrationSpec.groovy

  Log Message:
  ---
  Remove isBeforeConfigurationCache() requirement on tests

Minimum Gradle version now always supports this feature


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/7e7f79-332b7e%40github.com.


[jenkinsci/gradle-jpi-plugin] b9341b: Ensure 11 is present in workflows

2023-11-23 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/accmod-toolchain
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: b9341b8ef051390e15707354885281e6c08e2d44
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/b9341b8ef051390e15707354885281e6c08e2d44
  Author: Steve Hill 
  Date:   2023-11-23 (Thu, 23 Nov 2023)

  Changed paths:
M .github/workflows/ci.yml
M .github/workflows/regression.yml

  Log Message:
  ---
  Ensure 11 is present in workflows


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/accmod-toolchain/efc562-b9341b%40github.com.


[jenkinsci/gradle-jpi-plugin] 295a56: Make CheckAccessModifierTask abstract to allow Gra...

2023-11-21 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/accmod-toolchain
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 295a56b6058eef26d93ed656d2d08c04abc476f4
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/295a56b6058eef26d93ed656d2d08c04abc476f4
  Author: Steve Hill 
  Date:   2023-11-21 (Tue, 21 Nov 2023)

  Changed paths:
M 
src/main/kotlin/org/jenkinsci/gradle/plugins/accmod/CheckAccessModifierTask.kt

  Log Message:
  ---
  Make CheckAccessModifierTask abstract to allow Gradle to create the properties


  Commit: 621a95aac6bf81e51ecd2217899e1f94ec6b85b3
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/621a95aac6bf81e51ecd2217899e1f94ec6b85b3
  Author: Steve Hill 
  Date:   2023-11-21 (Tue, 21 Nov 2023)

  Changed paths:
M 
src/main/kotlin/org/jenkinsci/gradle/plugins/accmod/CheckAccessModifierTask.kt
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/IntegrationSpec.groovy

  Log Message:
  ---
  Use toolchains for Java-11-requiring CheckAccessModifier


  Commit: efc562e0a64374d1a0c14d75c40f9b05cf2dd8d5
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/efc562e0a64374d1a0c14d75c40f9b05cf2dd8d5
  Author: Steve Hill 
  Date:   2023-11-21 (Tue, 21 Nov 2023)

  Changed paths:
M gradle/verification-metadata.xml
M 
src/main/kotlin/org/jenkinsci/gradle/plugins/accmod/AccessModifierPlugin.kt

  Log Message:
  ---
  Update access-modifier-checker to 1.33


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/295a56b6058e%5E...efc562e0a643

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/accmod-toolchain/00-efc562%40github.com.


[jenkinsci/gradle-jpi-plugin] cb40b6: Include full description in error message when xml...

2023-11-19 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: cb40b6c49b6139f86191c957567754d5f1670c7e
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/cb40b6c49b6139f86191c957567754d5f1670c7e
  Author: Steve Hill 
  Date:   2023-11-19 (Sun, 19 Nov 2023)

  Changed paths:
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPomCustomizerIntegrationSpec.groovy

  Log Message:
  ---
  Include full description in error message when xml comparison fails


  Commit: 7e7f79b6d09dd0ca8f6be5acd84a054e1e7ebf6f
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/7e7f79b6d09dd0ca8f6be5acd84a054e1e7ebf6f
  Author: Steve Hill 
  Date:   2023-11-19 (Sun, 19 Nov 2023)

  Changed paths:
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPomCustomizerIntegrationSpec.groovy

  Log Message:
  ---
  Enable JpiPomCustomizerIntegrationSpec on Gradle 8.4+

Order of excluded elements has changed in generated pom


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/7d018631d76e...7e7f79b6d09d

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/7d0186-7e7f79%40github.com.


[jenkinsci/gradle-jpi-plugin] 7d0186: Cleanup: remove spotbugs test only active < Gradle...

2023-11-19 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 7d018631d76e5f5bf09a621b44d5818700a9eb36
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/7d018631d76e5f5bf09a621b44d5818700a9eb36
  Author: Steve Hill 
  Date:   2023-11-19 (Sun, 19 Nov 2023)

  Changed paths:
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/SpotBugsPluginSpec.groovy

  Log Message:
  ---
  Cleanup: remove spotbugs test only active < Gradle 7.0

Gradle 7.1 is now the minimum supported version


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/6e0531-7d0186%40github.com.


[jenkinsci/gradle-jpi-plugin] 1362fa: Ignore comments in pom xml test

2023-11-18 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 1362fadd4a0f237ac98cbb4a9644addd38a488d3
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/1362fadd4a0f237ac98cbb4a9644addd38a488d3
  Author: Steve Hill 
  Date:   2023-11-18 (Sat, 18 Nov 2023)

  Changed paths:
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPomCustomizerIntegrationSpec.groovy

  Log Message:
  ---
  Ignore comments in pom xml test

Testing with Gradle 8.4 now includes additional comments about Gradle Metadata


  Commit: c5826fef02ff9e67e413044b6e1722f4efb9eba2
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/c5826fef02ff9e67e413044b6e1722f4efb9eba2
  Author: Steve Hill 
  Date:   2023-11-18 (Sat, 18 Nov 2023)

  Changed paths:
M .github/workflows/ci.yml
M .github/workflows/regression.yml

  Log Message:
  ---
  Update Gradle versions for workflows


  Commit: 6e05312085c2aa9c480ca4762b27f3150fbb153b
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/6e05312085c2aa9c480ca4762b27f3150fbb153b
  Author: Steve Hill 
  Date:   2023-11-18 (Sat, 18 Nov 2023)

  Changed paths:
M build.gradle.kts
A gradle/libs.versions.toml

  Log Message:
  ---
  Begin adopting version catalog


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/cda98e057477...6e05312085c2

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/cda98e-6e0531%40github.com.


[jenkinsci/gradle-jpi-plugin] cda98e: Make configurePublishing test able to handle alter...

2023-11-18 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: cda98e0574778903f027be0522107a5c5ed208eb
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/cda98e0574778903f027be0522107a5c5ed208eb
  Author: Steve Hill 
  Date:   2023-11-18 (Sat, 18 Nov 2023)

  Changed paths:
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/ConfigurePublishingIntegrationSpec.groovy

  Log Message:
  ---
  Make configurePublishing test able to handle alternate artifact ordering


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/c238f4-cda98e%40github.com.


[jenkinsci/gradle-jpi-plugin] c238f4: Adapt minimumJavaVersion tests to java extension

2023-11-18 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: c238f42b5b6fd2868754b11c266b2bfc3986b2e7
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/c238f42b5b6fd2868754b11c266b2bfc3986b2e7
  Author: Steve Hill 
  Date:   2023-11-18 (Sat, 18 Nov 2023)

  Changed paths:
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AbstractManifestIntegrationSpec.groovy
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/IntegrationSpec.groovy

  Log Message:
  ---
  Adapt minimumJavaVersion tests to java extension

Regarding convention deprecations


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/58cbd5-c238f4%40github.com.


[jenkinsci/gradle-jpi-plugin] 4b9943: JpiPlugin: base convention -> base extension for a...

2023-11-18 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 4b9943fbaa3fce29b9735494b81527743e7b1faa
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/4b9943fbaa3fce29b9735494b81527743e7b1faa
  Author: Steve Hill 
  Date:   2023-11-18 (Sat, 18 Nov 2023)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy

  Log Message:
  ---
  JpiPlugin: base convention -> base extension for archivesName


  Commit: 58cbd562935c05088f04e634923fa85a84d52cad
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/58cbd562935c05088f04e634923fa85a84d52cad
  Author: Steve Hill 
  Date:   2023-11-18 (Sat, 18 Nov 2023)

  Changed paths:
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/localization/LocalizationPlugin.java

  Log Message:
  ---
  LocalizationPlugin: java convention -> java extension


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/37fe75c96a71...58cbd562935c

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/37fe75-58cbd5%40github.com.


[jenkinsci/gradle-jpi-plugin] 37fe75: Gradle 7.6.1

2023-11-18 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 37fe75c96a711a2ff0efd495f41bccd65d265e17
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/37fe75c96a711a2ff0efd495f41bccd65d265e17
  Author: Steve Hill 
  Date:   2023-11-18 (Sat, 18 Nov 2023)

  Changed paths:
M gradle/verification-metadata.xml
M gradle/wrapper/gradle-wrapper.jar
M gradle/wrapper/gradle-wrapper.properties
M gradlew
M gradlew.bat
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/IntegrationSpec.groovy
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/SpotBugsPluginSpec.groovy
A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/WarningMode.groovy

  Log Message:
  ---
  Gradle 7.6.1

Allow warnings for SpotBugs tests - 5.x of the plugin uses deprecated methods


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/508ec9-37fe75%40github.com.


[jenkinsci/gradle-jpi-plugin] cd34a6: Upgrade to Gradle 7.1 and remove usage of Gradle d...

2023-11-17 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: cd34a6e108a4a834fe638fd70be691b5e59b6eac
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/cd34a6e108a4a834fe638fd70be691b5e59b6eac
  Author: Roberto Perez Alcolea 
  Date:   2023-11-17 (Fri, 17 Nov 2023)

  Changed paths:
M build.gradle.kts
M gradle/verification-metadata.xml
M gradle/wrapper/gradle-wrapper.jar
M gradle/wrapper/gradle-wrapper.properties
M gradlew
M gradlew.bat
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiDeveloper.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiLicense.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/ServerTask.groovy
M 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/TestDependenciesTask.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/TestInsertionTask.groovy
A 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/internal/ConfigureUtil.groovy

  Log Message:
  ---
  Upgrade to Gradle 7.1 and remove usage of Gradle deprecated APIs


  Commit: 6b0931bd77ff1d4476615824e290ed6fecb4712f
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/6b0931bd77ff1d4476615824e290ed6fecb4712f
  Author: Steve Hill 
  Date:   2023-11-17 (Fri, 17 Nov 2023)

  Changed paths:
M .github/workflows/regression.yml
M README.md
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy

  Log Message:
  ---
  Enforce Gradle 7.1 and later


  Commit: 508ec9803e05dea70a100c157e5ffa72cfab5bda
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/508ec9803e05dea70a100c157e5ffa72cfab5bda
  Author: Steve Hill 
  Date:   2023-11-17 (Fri, 17 Nov 2023)

  Changed paths:
M .github/workflows/regression.yml
M README.md
M build.gradle.kts
M gradle/verification-metadata.xml
M gradle/wrapper/gradle-wrapper.jar
M gradle/wrapper/gradle-wrapper.properties
M gradlew
M gradlew.bat
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiDeveloper.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiLicense.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/ServerTask.groovy
M 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/TestDependenciesTask.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/TestInsertionTask.groovy
A 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/internal/ConfigureUtil.groovy

  Log Message:
  ---
  Merge pull request #227 from rpalcolea/remove-project-convention-usage

Upgrade to Gradle 7.1 and remove usage of Gradle deprecated APIs


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/b36aa16dfe95...508ec9803e05

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/b36aa1-508ec9%40github.com.


[jenkinsci/gradle-jpi-plugin] cd34a6: Upgrade to Gradle 7.1 and remove usage of Gradle d...

2023-11-17 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/pull/227/head
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: cd34a6e108a4a834fe638fd70be691b5e59b6eac
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/cd34a6e108a4a834fe638fd70be691b5e59b6eac
  Author: Roberto Perez Alcolea 
  Date:   2023-11-17 (Fri, 17 Nov 2023)

  Changed paths:
M build.gradle.kts
M gradle/verification-metadata.xml
M gradle/wrapper/gradle-wrapper.jar
M gradle/wrapper/gradle-wrapper.properties
M gradlew
M gradlew.bat
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiDeveloper.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiLicense.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/ServerTask.groovy
M 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/TestDependenciesTask.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/TestInsertionTask.groovy
A 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/internal/ConfigureUtil.groovy

  Log Message:
  ---
  Upgrade to Gradle 7.1 and remove usage of Gradle deprecated APIs


  Commit: 6b0931bd77ff1d4476615824e290ed6fecb4712f
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/6b0931bd77ff1d4476615824e290ed6fecb4712f
  Author: Steve Hill 
  Date:   2023-11-17 (Fri, 17 Nov 2023)

  Changed paths:
M .github/workflows/regression.yml
M README.md
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy

  Log Message:
  ---
  Enforce Gradle 7.1 and later


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/cd34a6e108a4%5E...6b0931bd77ff

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/pull/227/head/00-6b0931%40github.com.


[jenkinsci/gradle-jpi-plugin] b36aa1: Reduce tests for Jenkins 1.x versions

2023-11-17 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: b36aa16dfe9547f27f3995b72eec3c346ca42071
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/b36aa16dfe9547f27f3995b72eec3c346ca42071
  Author: Steve Hill 
  Date:   2023-11-17 (Fri, 17 Nov 2023)

  Changed paths:
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JenkinsVersionIntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/server/JenkinsServerTaskSpec.groovy

  Log Message:
  ---
  Reduce tests for Jenkins 1.x versions


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/8ae6f6-b36aa1%40github.com.


[jenkinsci/gradle-jpi-plugin] 8ae6f6: Trust additional shasum for stax-api

2023-11-17 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 8ae6f6a0a00cfeee139b5cc42b7f6828ce2a24f4
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/8ae6f6a0a00cfeee139b5cc42b7f6828ce2a24f4
  Author: Steve Hill 
  Date:   2023-11-17 (Fri, 17 Nov 2023)

  Changed paths:
M gradle/verification-metadata.xml

  Log Message:
  ---
  Trust additional shasum for stax-api


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/60a106-8ae6f6%40github.com.


[jenkinsci/gradle-jpi-plugin]

2023-11-17 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/tags/v0.50.0
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.50.0/00-3ab2ca%40github.com.


[jenkinsci/gradle-jpi-plugin] 484fb1: Prepare for v0.50.0

2023-11-17 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 484fb1fc2862e8a7e30f73044181658453c40644
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/484fb1fc2862e8a7e30f73044181658453c40644
  Author: Steve Hill 
  Date:   2023-11-17 (Fri, 17 Nov 2023)

  Changed paths:
M README.md
M gradle.properties

  Log Message:
  ---
  Prepare for v0.50.0


  Commit: 3ab2ca5a8fe38d25d82b32b636a38426f12594ae
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/3ab2ca5a8fe38d25d82b32b636a38426f12594ae
  Author: Steve Hill 
  Date:   2023-11-17 (Fri, 17 Nov 2023)

  Changed paths:
M build.gradle.kts

  Log Message:
  ---
  In-memory signing config


  Commit: 60a106e8d08273ce5e76c77beb14ab438b924e23
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/60a106e8d08273ce5e76c77beb14ab438b924e23
  Author: Steve Hill 
  Date:   2023-11-17 (Fri, 17 Nov 2023)

  Changed paths:
M gradle.properties

  Log Message:
  ---
  Prepare for next release


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/90012526e6e1...60a106e8d082

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/900125-60a106%40github.com.


[jenkinsci/gradle-jpi-plugin]

2023-06-23 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/tags/v0.50.0-rc.3
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.50.0-rc.3/00-900125%40github.com.


[jenkinsci/gradle-jpi-plugin] 900125: Make JpiPomCustomerizer#customizePom public

2023-06-23 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 90012526e6e1cce97b2d5b0c82148703972accef
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/90012526e6e1cce97b2d5b0c82148703972accef
  Author: Steve Hill 
  Date:   2023-06-23 (Fri, 23 Jun 2023)

  Changed paths:
M src/main/java/org/jenkinsci/gradle/plugins/jpi/JpiPomCustomizer.java

  Log Message:
  ---
  Make JpiPomCustomerizer#customizePom public


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/fca661-900125%40github.com.


[jenkinsci/gradle-jpi-plugin] fca661: Restore JpiPomCustomizer constructor for backwards...

2023-06-23 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: fca661e0900e482b486cdb5691eb597d78b585f8
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/fca661e0900e482b486cdb5691eb597d78b585f8
  Author: Steve Hill 
  Date:   2023-06-23 (Fri, 23 Jun 2023)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
M src/main/java/org/jenkinsci/gradle/plugins/jpi/JpiPomCustomizer.java

  Log Message:
  ---
  Restore JpiPomCustomizer constructor for backwards compatibility


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/e6ee06-fca661%40github.com.


[jenkinsci/gradle-jpi-plugin]

2023-06-22 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/tags/v0.50.0-rc.1
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.50.0-rc.1/00-e6ee06%40github.com.


[jenkinsci/gradle-jpi-plugin] e6ee06: Specify SAXParserFactory for generatedJenkinsTest

2023-06-22 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: e6ee06f1d725a691261c1aaee2c04aecb10192fb
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/e6ee06f1d725a691261c1aaee2c04aecb10192fb
  Author: Steve Hill 
  Date:   2023-06-22 (Thu, 22 Jun 2023)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy

  Log Message:
  ---
  Specify SAXParserFactory for generatedJenkinsTest

Fixes #229


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/bd2020-e6ee06%40github.com.


[jenkinsci/gradle-jpi-plugin] bd2020: InstallJenkinsServerPluginsTask -> java

2023-06-21 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: bd202025768d5aa13c5231e05f25474d1cc1e606
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/bd202025768d5aa13c5231e05f25474d1cc1e606
  Author: Steve Hill 
  Date:   2023-06-21 (Wed, 21 Jun 2023)

  Changed paths:
R 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/server/InstallJenkinsServerPluginsTask.groovy
A src/main/java/org/jenkinsci/gradle/plugins/jpi/core/ArchiveExtensions.java
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/server/InstallJenkinsServerPluginsTask.java
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/server/InstallJenkinsServerPluginsTaskSpec.groovy

  Log Message:
  ---
  InstallJenkinsServerPluginsTask -> java

- Remove project references by injecting ProjectLayout
- Remove project references by injecting FileSystemOperations
- Define action in TaskAction instead of doLast in constructor
- Normalize task re-running across Java 8 and Java 11 by marking
  classpath as Internal and filtering the collection to plugins only
  as a new Classpath input


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/bfd0ec-bd2020%40github.com.


[jenkinsci/gradle-jpi-plugin] a33a7b: JenkinsServerTask -> java

2023-06-21 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: a33a7b5e15d790d5310bec8ec888b2b6fb7c0b08
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/a33a7b5e15d790d5310bec8ec888b2b6fb7c0b08
  Author: Steve Hill 
  Date:   2023-06-21 (Wed, 21 Jun 2023)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
R 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/server/JenkinsServerTask.groovy
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/server/JenkinsServerTask.java

  Log Message:
  ---
  JenkinsServerTask -> java

- Use ExecOperations in TaskAction instead of doLast in constructor
- Make jenkinsHome property instead of provider
- Introduce new mainClassPropertyAvailable property to allow for
  externalizing calls to `Gradle`


  Commit: bfd0eccf363f088b05d356db1adf86dc4c9197e8
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/bfd0eccf363f088b05d356db1adf86dc4c9197e8
  Author: Steve Hill 
  Date:   2023-06-21 (Wed, 21 Jun 2023)

  Changed paths:
A .sdkmanrc

  Log Message:
  ---
  Add .sdkmanrc


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/cd8a6942db96...bfd0eccf363f

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/cd8a69-bfd0ec%40github.com.


[jenkinsci/gradle-jpi-plugin] cd8a69: Fix codenarc space issue

2023-06-20 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: cd8a6942db96b9cbf1b0b87afeef75e780149e91
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/cd8a6942db96b9cbf1b0b87afeef75e780149e91
  Author: Steve Hill 
  Date:   2023-06-20 (Tue, 20 Jun 2023)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy

  Log Message:
  ---
  Fix codenarc space issue


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/ee2270-cd8a69%40github.com.


[jenkinsci/gradle-jpi-plugin] ee2270: Only use providers.zip if Gradle 6.6+

2023-06-20 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: ee22707ebaf6914414b7f89bec2519fd7f5d842e
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/ee22707ebaf6914414b7f89bec2519fd7f5d842e
  Author: Steve Hill 
  Date:   2023-06-20 (Tue, 20 Jun 2023)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy

  Log Message:
  ---
  Only use providers.zip if Gradle 6.6+


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/ee32c3-ee2270%40github.com.


[jenkinsci/gradle-jpi-plugin] ee32c3: LicenseDataExtractor -> java

2023-06-20 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: ee32c3951de8c6df622a5729dad23e067bfd1df6
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/ee32c3951de8c6df622a5729dad23e067bfd1df6
  Author: Steve Hill 
  Date:   2023-06-20 (Tue, 20 Jun 2023)

  Changed paths:
R 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/internal/LicenseDataExtractor.groovy
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/LicenseDataExtractor.java

  Log Message:
  ---
  LicenseDataExtractor -> java


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/8f70c6-ee32c3%40github.com.


[jenkinsci/gradle-jpi-plugin] 8f70c6: JpiPomCustomizer -> java

2023-06-20 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 8f70c6234a7e75407f90a118b1af13d73447a189
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/8f70c6234a7e75407f90a118b1af13d73447a189
  Author: Steve Hill 
  Date:   2023-06-20 (Tue, 20 Jun 2023)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
R src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPomCustomizer.groovy
A src/main/java/org/jenkinsci/gradle/plugins/jpi/JpiPomCustomizer.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/JpiExtensionBridge.java
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPomCustomizerIntegrationSpec.groovy

  Log Message:
  ---
  JpiPomCustomizer -> java

Introduce properties: extension, scmTag, gitHub


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/6f63c9-8f70c6%40github.com.


[jenkinsci/gradle-jpi-plugin] 6f63c9: Move license declaration to java

2023-06-20 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 6f63c9a411517ce281d4cfc28df28f88c10e79ac
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/6f63c9a411517ce281d4cfc28df28f88c10e79ac
  Author: Steve Hill 
  Date:   2023-06-20 (Tue, 20 Jun 2023)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiLicense.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPomCustomizer.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/LicenseTask.groovy
A src/main/java/org/jenkinsci/gradle/plugins/jpi/core/PluginLicense.java
A src/main/java/org/jenkinsci/gradle/plugins/jpi/core/PluginLicenseSpec.java
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/BackwardsCompatiblePluginLicenses.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/JpiExtensionBridge.java

  Log Message:
  ---
  Move license declaration to java


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/ce0418-6f63c9%40github.com.


[jenkinsci/gradle-jpi-plugin] ce0418: Convert JpiVariantRule to java

2023-06-20 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: ce0418746b386561195aa2300dde0ebbe5c42835
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/ce0418746b386561195aa2300dde0ebbe5c42835
  Author: Steve Hill 
  Date:   2023-06-20 (Tue, 20 Jun 2023)

  Changed paths:
R src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiVariantRule.groovy
A src/main/java/org/jenkinsci/gradle/plugins/jpi/JpiVariantRule.java

  Log Message:
  ---
  Convert JpiVariantRule to java


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/298c08-ce0418%40github.com.


[jenkinsci/gradle-jpi-plugin] 9c102d: Use public metadata api to determine if Ivy module

2023-06-20 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 9c102d7b1cc4ab0cd7e9b463db7e83b341f12ad1
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/9c102d7b1cc4ab0cd7e9b463db7e83b341f12ad1
  Author: Steve Hill 
  Date:   2023-06-20 (Tue, 20 Jun 2023)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiVariantRule.groovy

  Log Message:
  ---
  Use public metadata api to determine if Ivy module


  Commit: 298c08ef52f2e193cf66bd524c5a1fd578e477f1
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/298c08ef52f2e193cf66bd524c5a1fd578e477f1
  Author: Steve Hill 
  Date:   2023-06-20 (Tue, 20 Jun 2023)

  Changed paths:
M gradle.properties

  Log Message:
  ---
  Prepare for next release


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/fe4c0c889c08...298c08ef52f2

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/fe4c0c-298c08%40github.com.


[jenkinsci/gradle-jpi-plugin]

2023-05-24 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/tags/v0.49.0
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.49.0/00-fe4c0c%40github.com.


[jenkinsci/gradle-jpi-plugin] fe4c0c: Prepare for v0.49.0 release

2023-05-24 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: fe4c0c889c087c248a5cf69cbcad8090172b7498
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/fe4c0c889c087c248a5cf69cbcad8090172b7498
  Author: Steve Hill 
  Date:   2023-05-24 (Wed, 24 May 2023)

  Changed paths:
M gradle.properties

  Log Message:
  ---
  Prepare for v0.49.0 release


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/76b43c-fe4c0c%40github.com.


[jenkinsci/gradle-jpi-plugin]

2023-05-02 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/tags/v0.49.0-rc.3
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.49.0-rc.3/00-76b43c%40github.com.


[jenkinsci/gradle-jpi-plugin] caba2a: Fix line feed

2023-05-02 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: caba2a6d39771bb89a0ec80106c4712e6a7f499a
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/caba2a6d39771bb89a0ec80106c4712e6a7f499a
  Author: Alexis Tual 
  Date:   2023-05-02 (Tue, 02 May 2023)

  Changed paths:
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/version/GitVersionGenerator.java

  Log Message:
  ---
  Fix line feed


  Commit: cd81742773f052ab94685f04ba16db2427fe09ab
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/cd81742773f052ab94685f04ba16db2427fe09ab
  Author: Alexis Tual 
  Date:   2023-05-02 (Tue, 02 May 2023)

  Changed paths:
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/version/GenerateGitVersionTaskSpec.groovy

  Log Message:
  ---
  Fix test simulating better the pipeline-library behavior


  Commit: 76b43c96cd5ccc58bdd452418437c66e94274f1a
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/76b43c96cd5ccc58bdd452418437c66e94274f1a
  Author: Steve Hill 
  Date:   2023-05-02 (Tue, 02 May 2023)

  Changed paths:
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/version/GitVersionGenerator.java
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/version/GenerateGitVersionTaskSpec.groovy

  Log Message:
  ---
  Merge pull request #226 from alextu/atual/fix-lf

Fix line feed when generation version file


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/ff1fc60e57e4...76b43c96cd5c

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/ff1fc6-76b43c%40github.com.


[jenkinsci/gradle-jpi-plugin]

2023-04-28 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/tags/v0.49.0-rc.2
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.49.0-rc.2/00-ff1fc6%40github.com.


[jenkinsci/gradle-jpi-plugin] b09bd7: Generate full hash, optionally set scm tag in publ...

2023-04-28 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: b09bd7bd6694c9232f8147951301ffe91b17c420
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/b09bd7bd6694c9232f8147951301ffe91b17c420
  Author: Alexis Tual 
  Date:   2023-04-26 (Wed, 26 Apr 2023)

  Changed paths:
M README.md
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPomCustomizer.groovy
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/version/GenerateGitVersionTask.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/version/GitVersionGenerator.java
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPomCustomizerIntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/version/GenerateGitVersionTaskSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/version/GitVersionGeneratorSpec.groovy
A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/version/Util.groovy
M src/test/resources/org/jenkinsci/gradle/plugins/jpi/complex-pom.xml

  Log Message:
  ---
  Generate full hash, optionally set scm tag in published pom

This is required by jenkins incrementals infra, it checks for this before 
pushing the artifacts to Artifactory.


  Commit: 8277dfddfde886b0c53b6b149028467fc1591bb5
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/8277dfddfde886b0c53b6b149028467fc1591bb5
  Author: Alexis Tual 
  Date:   2023-04-26 (Wed, 26 Apr 2023)

  Changed paths:
M src/main/java/org/jenkinsci/gradle/plugins/jpi/GitVersionExtension.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/version/GenerateGitVersionTask.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/version/GitVersionGenerator.java
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/version/GenerateGitVersionTaskSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/version/GitVersionGeneratorSpec.groovy

  Log Message:
  ---
  Add optional `versionPrefix` to `GenerateGitVersionTask`

This is required by jenkins incrementals to optionally publish version like 
'1.0-rc1.abcdef'


  Commit: 6d018e8ba5d1b255aa0abb7178ab54b7dd942c5f
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/6d018e8ba5d1b255aa0abb7178ab54b7dd942c5f
  Author: Alexis Tual 
  Date:   2023-04-26 (Wed, 26 Apr 2023)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPomCustomizer.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/version/GenerateGitVersionTaskSpec.groovy

  Log Message:
  ---
  Avoid using `forUseAtConfigurationTime`, not available in Gradle 6.4


  Commit: ff1fc60e57e4095d5c553c4630197eb44d4a595b
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/ff1fc60e57e4095d5c553c4630197eb44d4a595b
  Author: Steve Hill 
  Date:   2023-04-28 (Fri, 28 Apr 2023)

  Changed paths:
M README.md
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPomCustomizer.groovy
M src/main/java/org/jenkinsci/gradle/plugins/jpi/GitVersionExtension.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/version/GenerateGitVersionTask.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/version/GitVersionGenerator.java
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPomCustomizerIntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/version/GenerateGitVersionTaskSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/version/GitVersionGeneratorSpec.groovy
A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/version/Util.groovy
M src/test/resources/org/jenkinsci/gradle/plugins/jpi/complex-pom.xml

  Log Message:
  ---
  Merge pull request #225 from alextu/atual/add-scm-tag

Add again some utilities to support incrementals via Jenkins infra 
pipeline-library


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/48e957cf46dd...ff1fc60e57e4

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/48e957-ff1fc6%40github.com.


[jenkinsci/gradle-jpi-plugin]

2023-04-24 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/tags/v0.49.0-rc.1
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.49.0-rc.1/00-48e957%40github.com.


[jenkinsci/gradle-jpi-plugin] 1b1151: Add pipeline-library incrementals requirement

2023-04-24 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 1b11512d35cab5cdd55cd6feeebc9b0c16d03c8d
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/1b11512d35cab5cdd55cd6feeebc9b0c16d03c8d
  Author: Alexis Tual 
  Date:   2023-04-21 (Fri, 21 Apr 2023)

  Changed paths:
M README.md
M src/main/java/org/jenkinsci/gradle/plugins/jpi/GitVersionExtension.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/version/GenerateGitVersionTask.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/version/GitVersionGenerator.java
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/version/GenerateGitVersionTaskSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/version/GitVersionGeneratorSpec.groovy

  Log Message:
  ---
  Add pipeline-library incrementals requirement

- Optionally sanitize the generated git version
- Version format can be defined with a property
- Version file location can be defined with a property


  Commit: 4d53305efd4ec50cb3c99a53c3d66e76558139fb
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/4d53305efd4ec50cb3c99a53c3d66e76558139fb
  Author: Alexis Tual 
  Date:   2023-04-21 (Fri, 21 Apr 2023)

  Changed paths:
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/version/GenerateGitVersionTask.java

  Log Message:
  ---
  Refactor by using directly `GitVersionExtension`


  Commit: 48e957cf46ddbb86703f3b3a4b361f6672936b76
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/48e957cf46ddbb86703f3b3a4b361f6672936b76
  Author: Steve Hill 
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
M README.md
M src/main/java/org/jenkinsci/gradle/plugins/jpi/GitVersionExtension.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/version/GenerateGitVersionTask.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/version/GitVersionGenerator.java
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/version/GenerateGitVersionTaskSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/version/GitVersionGeneratorSpec.groovy

  Log Message:
  ---
  Merge pull request #224 from alextu/atual/jenkins-inc-fix

Add some utilities to support incrementals via Jenkins infra pipeline-library


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/440a8d11156b...48e957cf46dd

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/440a8d-48e957%40github.com.


[jenkinsci/gradle-jpi-plugin] 95e942: Fix README check snippet

2023-04-17 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 95e942960710460d750a9c75b6babad8fdd947b2
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/95e942960710460d750a9c75b6babad8fdd947b2
  Author: Alexis Tual 
  Date:   2023-04-17 (Mon, 17 Apr 2023)

  Changed paths:
M README.md

  Log Message:
  ---
  Fix README check snippet


  Commit: 440a8d11156bb38484eb715b8556552ee71ec971
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/440a8d11156bb38484eb715b8556552ee71ec971
  Author: Steve Hill 
  Date:   2023-04-17 (Mon, 17 Apr 2023)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #223 from alextu/atual/fix-readme


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/0da4acca7117...440a8d11156b

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/0da4ac-440a8d%40github.com.


[jenkinsci/gradle-jpi-plugin]

2023-04-12 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/tags/v0.48.0
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.48.0/00-eff42c%40github.com.


[jenkinsci/gradle-jpi-plugin] eff42c: Prepare for v0.48.0 release

2023-04-12 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: eff42cc0c3c82662594577249e2edf5169589a95
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/eff42cc0c3c82662594577249e2edf5169589a95
  Author: Steve Hill 
  Date:   2023-04-12 (Wed, 12 Apr 2023)

  Changed paths:
M gradle.properties

  Log Message:
  ---
  Prepare for v0.48.0 release


  Commit: 247c8ff82cc1f1fdb2dc88f15a727e5b5b6d0914
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/247c8ff82cc1f1fdb2dc88f15a727e5b5b6d0914
  Author: Steve Hill 
  Date:   2023-04-12 (Wed, 12 Apr 2023)

  Changed paths:
M gradle.properties

  Log Message:
  ---
  Prepare for next release


  Commit: 0da4acca71170d3f2690d97f79bb0b1e68320fa6
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/0da4acca71170d3f2690d97f79bb0b1e68320fa6
  Author: Steve Hill 
  Date:   2023-04-12 (Wed, 12 Apr 2023)

  Changed paths:
M build.gradle.kts
M gradle/verification-metadata.xml

  Log Message:
  ---
  Upgrade plugin-publish to 1.2.0


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/a5eacd15bb8e...0da4acca7117

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/a5eacd-0da4ac%40github.com.


[jenkinsci/gradle-jpi-plugin]

2023-03-20 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/tags/v0.48.0-rc.3
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.48.0-rc.3/00-a5eacd%40github.com.


[jenkinsci/gradle-jpi-plugin] 02f825: Enable quality check plugins with functions

2023-03-20 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 02f82585b74472577a421f63f6493ab52ca7b910
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/02f82585b74472577a421f63f6493ab52ca7b910
  Author: Alexis Tual 
  Date:   2023-03-20 (Mon, 20 Mar 2023)

  Changed paths:
M README.md
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/CheckstylePluginSpec.groovy
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JacocoPluginSpec.groovy
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/SpotBugsPluginSpec.groovy

  Log Message:
  ---
  Enable quality check plugins with functions

This avoids applying the plugin(s) if not explicitly required.


  Commit: a5eacd15bb8e5c3e1cc31b18845ef566d4edc3fb
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/a5eacd15bb8e5c3e1cc31b18845ef566d4edc3fb
  Author: Steve Hill 
  Date:   2023-03-20 (Mon, 20 Mar 2023)

  Changed paths:
M README.md
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/CheckstylePluginSpec.groovy
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JacocoPluginSpec.groovy
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/SpotBugsPluginSpec.groovy

  Log Message:
  ---
  Merge pull request #222 from alextu/atual/fix-checks

Enable quality check plugins with functions


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/cda57c2a1987...a5eacd15bb8e

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/cda57c-a5eacd%40github.com.


[jenkinsci/gradle-jpi-plugin]

2023-03-09 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/tags/v0.48.0-rc.2
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.48.0-rc.2/00-cda57c%40github.com.


[jenkinsci/gradle-jpi-plugin] af88df: Gradle 6.9.4

2023-03-09 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: af88dffd7dfbd12a1f35e223171460d7a52b8764
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/af88dffd7dfbd12a1f35e223171460d7a52b8764
  Author: Steve Hill 
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
M gradle/wrapper/gradle-wrapper.properties

  Log Message:
  ---
  Gradle 6.9.4


  Commit: cda57c2a19875c176fa5546518119c2dab98605e
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/cda57c2a19875c176fa5546518119c2dab98605e
  Author: Steve Hill 
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
M build.gradle.kts
M gradle/verification-metadata.xml
M 
src/main/kotlin/org/jenkinsci/gradle/plugins/accmod/AccessModifierPlugin.kt

  Log Message:
  ---
  access-modifier-checker 1.27

Last version that supports Java 8


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/ef0c51344bfe...cda57c2a1987

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/ef0c51-cda57c%40github.com.


[jenkinsci/gradle-jpi-plugin] 565065: Do not publish to incrementals by default

2023-03-09 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 5650655b3f3e442b1a3bf30465197f00f1548c1d
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/5650655b3f3e442b1a3bf30465197f00f1548c1d
  Author: Alexis Tual 
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
M README.md
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/ConfigurePublishingIntegrationSpec.groovy

  Log Message:
  ---
  Do not publish to incrementals by default


  Commit: ef0c51344bfe48ddcab81fac374e1094172cc5e9
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/ef0c51344bfe48ddcab81fac374e1094172cc5e9
  Author: Steve Hill 
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
M README.md
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/ConfigurePublishingIntegrationSpec.groovy

  Log Message:
  ---
  Merge pull request #221 from alextu/atual/inc-fix

Do not publish to incrementals by default


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/1cb6d8003540...ef0c51344bfe

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/1cb6d8-ef0c51%40github.com.


[jenkinsci/gradle-jpi-plugin] 581df4: Apply Checkstyle and Jacoco plugins

2023-03-06 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 581df459fb81a788ead46026cbebcf8c5f93749d
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/581df459fb81a788ead46026cbebcf8c5f93749d
  Author: Alexis Tual 
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
A src/main/resources/sun_checks.xml
A 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/CheckstylePluginSpec.groovy
A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JacocoPluginSpec.groovy

  Log Message:
  ---
  Apply Checkstyle and Jacoco plugins


  Commit: 22a2938cd8ca9ddc22950e3949ca52b3a0943dae
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/22a2938cd8ca9ddc22950e3949ca52b3a0943dae
  Author: Alexis Tual 
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M build.gradle.kts
M gradle/verification-metadata.xml
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/SpotBugsPluginSpec.groovy

  Log Message:
  ---
  Apply SpotBugs plugin


  Commit: 252225568a6f056afd4c8a1d64424a52b1a9aa78
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/252225568a6f056afd4c8a1d64424a52b1a9aa78
  Author: Alexis Tual 
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/CheckstylePluginSpec.groovy
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JacocoPluginSpec.groovy
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/SpotBugsPluginSpec.groovy

  Log Message:
  ---
  Fix styling


  Commit: c07302c9f0ec3b8dadc604f8af65ee5fa0643e09
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/c07302c9f0ec3b8dadc604f8af65ee5fa0643e09
  Author: Alexis Tual 
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JacocoPluginSpec.groovy

  Log Message:
  ---
  Use `onlyIf` to condition tasks execution


  Commit: a6a6916bae83583a6c9273284d879e051a5287e4
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/a6a6916bae83583a6c9273284d879e051a5287e4
  Author: Steve Hill 
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
M build.gradle.kts
M gradle/verification-metadata.xml
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
A src/main/resources/sun_checks.xml
A 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/CheckstylePluginSpec.groovy
A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JacocoPluginSpec.groovy
A src/test/groovy/org/jenkinsci/gradle/plugins/jpi/SpotBugsPluginSpec.groovy

  Log Message:
  ---
  Merge pull request #220 from alextu/atual/quality-plugins

Apply Checkstyle, SpotBugs, Jacoco plugins


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/c6cc8b13d760...a6a6916bae83

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/c6cc8b-a6a691%40github.com.


[jenkinsci/gradle-jpi-plugin] 40a9f5: Add Jenkins "incrementals" binary repository

2023-02-15 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 40a9f5daf8f4c4b67cfa0439a55fe0ad0bc8e76a
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/40a9f5daf8f4c4b67cfa0439a55fe0ad0bc8e76a
  Author: Alexis Tual 
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy

  Log Message:
  ---
  Add Jenkins "incrementals" binary repository


  Commit: 7d91d1864e98130c66479c032a893d512049bafe
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/7d91d1864e98130c66479c032a893d512049bafe
  Author: Alexis Tual 
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/ConfigurePublishingIntegrationSpec.groovy

  Log Message:
  ---
  Fix test


  Commit: c6cc8b13d7601550ee5d35522b556978f3265d5b
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/c6cc8b13d7601550ee5d35522b556978f3265d5b
  Author: Steve Hill 
  Date:   2023-02-15 (Wed, 15 Feb 2023)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/ConfigurePublishingIntegrationSpec.groovy
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy

  Log Message:
  ---
  Merge pull request #219 from alextu/atual/jenkins-inc


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/5c6914a7d1a1...c6cc8b13d760

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/5c6914-c6cc8b%40github.com.


[jenkinsci/gradle-jpi-plugin] 5c6914: Add hosting rejection warning to README

2022-12-31 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 5c6914a7d1a1f797ab8e7cae3bd82e10c7a372e8
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/5c6914a7d1a1f797ab8e7cae3bd82e10c7a372e8
  Author: Steve Hill 
  Date:   2022-12-31 (Sat, 31 Dec 2022)

  Changed paths:
M README.md

  Log Message:
  ---
  Add hosting rejection warning to README

#213


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/c63838-5c6914%40github.com.


[jenkinsci/gradle-jpi-plugin]

2022-12-31 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/tags/v0.48.0-rc.1
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.48.0-rc.1/00-c63838%40github.com.


[jenkinsci/gradle-jpi-plugin] 82d100: Allow to opt-out from the dynamic snapshot plugin ...

2022-12-06 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 82d1008192b75119652e7bc5db898078c6dfac5e
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/82d1008192b75119652e7bc5db898078c6dfac5e
  Author: Alexey Venderov 
  Date:   2022-11-20 (Sun, 20 Nov 2022)

  Changed paths:
M 
src/main/kotlin/org/jenkinsci/gradle/plugins/manifest/GenerateJenkinsManifestTask.kt
M 
src/test/groovy/org/jenkinsci/gradle/plugins/manifest/GenerateJenkinsManifestTaskIntegrationSpec.groovy

  Log Message:
  ---
  Allow to opt-out from the dynamic snapshot plugin version


  Commit: 4cf2228dd31c3b6bbc140bf5b2c10ca46272fd69
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/4cf2228dd31c3b6bbc140bf5b2c10ca46272fd69
  Author: Alexey Venderov 
  Date:   2022-11-20 (Sun, 20 Nov 2022)

  Changed paths:
M 
src/test/groovy/org/jenkinsci/gradle/plugins/manifest/GenerateJenkinsManifestTaskIntegrationSpec.groovy

  Log Message:
  ---
  Test release version with and without opt-out flag


  Commit: 2ce37d0cbc54293213443e6d45e319bebe75264e
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/2ce37d0cbc54293213443e6d45e319bebe75264e
  Author: Alexey Venderov 
  Date:   2022-11-20 (Sun, 20 Nov 2022)

  Changed paths:
M 
src/test/groovy/org/jenkinsci/gradle/plugins/manifest/GenerateJenkinsManifestTaskIntegrationSpec.groovy

  Log Message:
  ---
  Fix codenarc violations


  Commit: 34fefed3f2f24f80c43093eb1d76ddd04e6012f2
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/34fefed3f2f24f80c43093eb1d76ddd04e6012f2
  Author: Alexey Venderov 
  Date:   2022-11-21 (Mon, 21 Nov 2022)

  Changed paths:
M README.md
M 
src/test/groovy/org/jenkinsci/gradle/plugins/manifest/GenerateJenkinsManifestTaskIntegrationSpec.groovy

  Log Message:
  ---
  Update docs


  Commit: d7593160ac58702be8c450d9f9cb14684323d18a
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/d7593160ac58702be8c450d9f9cb14684323d18a
  Author: Alexey Venderov 
  Date:   2022-11-21 (Mon, 21 Nov 2022)

  Changed paths:
M 
src/test/groovy/org/jenkinsci/gradle/plugins/manifest/GenerateJenkinsManifestTaskIntegrationSpec.groovy

  Log Message:
  ---
  Formatting


  Commit: c638381cc329d92bf87f3d9bb8f8058c3e11006f
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/c638381cc329d92bf87f3d9bb8f8058c3e11006f
  Author: Steve Hill 
  Date:   2022-12-06 (Tue, 06 Dec 2022)

  Changed paths:
M README.md
M 
src/main/kotlin/org/jenkinsci/gradle/plugins/manifest/GenerateJenkinsManifestTask.kt
M 
src/test/groovy/org/jenkinsci/gradle/plugins/manifest/GenerateJenkinsManifestTaskIntegrationSpec.groovy

  Log Message:
  ---
  Merge pull request #210 from c00ler/avenderov/opt-out-dynamic-snapshot-version

Add a flag to disable adding timestamp to the SNAPSHOT version


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/9bf708e10206...c638381cc329

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/9bf708-c63838%40github.com.


[jenkinsci/gradle-jpi-plugin] 9bf708: Remove dummy JUnit4 test

2022-11-23 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 9bf708e10206730a4ad472ab616efa40466cd462
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/9bf708e10206730a4ad472ab616efa40466cd462
  Author: Steve Hill 
  Date:   2022-11-23 (Wed, 23 Nov 2022)

  Changed paths:
R src/test/java/org/jenkins-ci/tools/Junit4DummyTest.java

  Log Message:
  ---
  Remove dummy JUnit4 test

Existing tests were picked up by the hosted Jenkins. #211


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/4810e2-9bf708%40github.com.


[jenkinsci/gradle-jpi-plugin] 4810e2: Always run integration tests on Java 11 too

2022-11-23 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 4810e247f3a31d3c5cc113eab66a9e727a8e7f76
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/4810e247f3a31d3c5cc113eab66a9e727a8e7f76
  Author: Steve Hill 
  Date:   2022-11-23 (Wed, 23 Nov 2022)

  Changed paths:
M build.gradle.kts

  Log Message:
  ---
  Always run integration tests on Java 11 too

Alternative to #212


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/22c6c9-4810e2%40github.com.


[jenkinsci/gradle-jpi-plugin] c7e31f: Build on Windows JDK 8

2022-11-21 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/jdk-8
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: c7e31f0d53724d0395ba961bce5023e8fd70bac1
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/c7e31f0d53724d0395ba961bce5023e8fd70bac1
  Author: Alexander Brandes 
  Date:   2022-11-21 (Mon, 21 Nov 2022)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Build on Windows JDK 8


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/jdk-8/00-c7e31f%40github.com.


[jenkinsci/gradle-jpi-plugin] 63a6fe: Test on JDK 11

2022-11-21 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/jdk-11
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 63a6fe9d1f3fcf6697004e2f8075fa2711cdb703
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/63a6fe9d1f3fcf6697004e2f8075fa2711cdb703
  Author: Alexander Brandes 
  Date:   2022-11-21 (Mon, 21 Nov 2022)

  Changed paths:
M .github/workflows/ci.yml
M .github/workflows/regression.yml
M Jenkinsfile

  Log Message:
  ---
  Test on JDK 11


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/jdk-11/00-63a6fe%40github.com.


[jenkinsci/gradle-jpi-plugin]

2022-11-21 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/try-jenkinsfile
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/try-jenkinsfile/9507ea-00%40github.com.


[jenkinsci/gradle-jpi-plugin] 9507ea: Add Jenkinsfile

2022-11-21 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 9507ea46be7382d2679d55c072e910d3845db258
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/9507ea46be7382d2679d55c072e910d3845db258
  Author: Alexander Brandes 
  Date:   2022-11-21 (Mon, 21 Nov 2022)

  Changed paths:
A Jenkinsfile
A src/test/java/org/jenkins-ci/tools/Junit4DummyTest.java

  Log Message:
  ---
  Add Jenkinsfile


  Commit: 22c6c985790407abf6e3c077cfa0ba55bc8f7e6a
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/22c6c985790407abf6e3c077cfa0ba55bc8f7e6a
  Author: Steve Hill 
  Date:   2022-11-21 (Mon, 21 Nov 2022)

  Changed paths:
A Jenkinsfile
A src/test/java/org/jenkins-ci/tools/Junit4DummyTest.java

  Log Message:
  ---
  Merge pull request #211 from jenkinsci/try-jenkinsfile


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/789f1f01376e...22c6c9857904

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/789f1f-22c6c9%40github.com.


[jenkinsci/gradle-jpi-plugin] 9507ea: Add Jenkinsfile

2022-11-21 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/try-jenkinsfile
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 9507ea46be7382d2679d55c072e910d3845db258
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/9507ea46be7382d2679d55c072e910d3845db258
  Author: Alexander Brandes 
  Date:   2022-11-21 (Mon, 21 Nov 2022)

  Changed paths:
A Jenkinsfile
A src/test/java/org/jenkins-ci/tools/Junit4DummyTest.java

  Log Message:
  ---
  Add Jenkinsfile


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/try-jenkinsfile/58d06c-9507ea%40github.com.


[jenkinsci/gradle-jpi-plugin] 58d06c: Try adding a Jenkinsfile

2022-11-21 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/try-jenkinsfile
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 58d06ce9cae3909bea32860a3ee08c1a068e6018
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/58d06ce9cae3909bea32860a3ee08c1a068e6018
  Author: Alexander Brandes 
  Date:   2022-11-21 (Mon, 21 Nov 2022)

  Changed paths:
A Jenkinsfile
A src/test/java/org/jenkins-ci/tools/Junit4DummyTest.java

  Log Message:
  ---
  Try adding a Jenkinsfile


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/try-jenkinsfile/cb6397-58d06c%40github.com.


[jenkinsci/gradle-jpi-plugin] cb6397: Create Jenkinsfile

2022-11-21 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/try-jenkinsfile
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: cb63972f3ecbd23a0924a09afe347ad9d5c8eb8f
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/cb63972f3ecbd23a0924a09afe347ad9d5c8eb8f
  Author: Alexander Brandes 
  Date:   2022-11-21 (Mon, 21 Nov 2022)

  Changed paths:
A Jenkinsfile

  Log Message:
  ---
  Create Jenkinsfile


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/try-jenkinsfile/789f1f-cb6397%40github.com.


[jenkinsci/gradle-jpi-plugin]

2022-11-21 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/try-jenkinsfile
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/try-jenkinsfile/00-789f1f%40github.com.


[jenkinsci/gradle-jpi-plugin]

2022-10-28 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/tags/v0.47.0
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.47.0/00-791264%40github.com.


[jenkinsci/gradle-jpi-plugin] 791264: Prepare for v0.47.0 release

2022-10-28 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 7912647bb08052d5e447496c24788685450ebc2a
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/7912647bb08052d5e447496c24788685450ebc2a
  Author: Steve Hill 
  Date:   2022-10-28 (Fri, 28 Oct 2022)

  Changed paths:
M README.md
M gradle.properties

  Log Message:
  ---
  Prepare for v0.47.0 release


  Commit: 789f1f01376ed15c6ddec488fe0e10b18f76c901
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/789f1f01376ed15c6ddec488fe0e10b18f76c901
  Author: Steve Hill 
  Date:   2022-10-28 (Fri, 28 Oct 2022)

  Changed paths:
M gradle.properties

  Log Message:
  ---
  Prepare for next release


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/6f8deccce8af...789f1f01376e

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/6f8dec-789f1f%40github.com.


[jenkinsci/gradle-jpi-plugin] 235446: Address set-output deprecation

2022-10-27 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 2354461100fd7e8f63f7ad142492fb7d852ca36d
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/2354461100fd7e8f63f7ad142492fb7d852ca36d
  Author: Alexander Brandes 
  Date:   2022-10-27 (Thu, 27 Oct 2022)

  Changed paths:
M .github/workflows/ci.yml
M .github/workflows/regression.yml

  Log Message:
  ---
  Address set-output deprecation


  Commit: 6f8deccce8af0fc8ad442a7f730e863b1b518cd8
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/6f8deccce8af0fc8ad442a7f730e863b1b518cd8
  Author: Steve Hill 
  Date:   2022-10-27 (Thu, 27 Oct 2022)

  Changed paths:
M .github/workflows/ci.yml
M .github/workflows/regression.yml

  Log Message:
  ---
  Merge pull request #209 from NotMyFault/set-output

Address `set-output` deprecation


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/b9fac170675a...6f8deccce8af

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/b9fac1-6f8dec%40github.com.


[jenkinsci/gradle-jpi-plugin]

2022-10-23 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/tags/v0.47.0-rc.1
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.47.0-rc.1/00-b9fac1%40github.com.


[jenkinsci/gradle-jpi-plugin] 1f4788: Replace use of deprecated ConfigureUtil

2022-10-23 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 1f478859a66597b1199f682e77339d196a8c8687
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/1f478859a66597b1199f682e77339d196a8c8687
  Author: Steve Hill 
  Date:   2022-10-23 (Sun, 23 Oct 2022)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy

  Log Message:
  ---
  Replace use of deprecated ConfigureUtil

Fixes #207


  Commit: b9fac170675a132c2f7370b7aefc0e07da2bf01c
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/b9fac170675a132c2f7370b7aefc0e07da2bf01c
  Author: Steve Hill 
  Date:   2022-10-23 (Sun, 23 Oct 2022)

  Changed paths:
M 
src/test/groovy/org/jenkinsci/gradle/plugins/testing/CopyGeneratedJenkinsTestPluginDependenciesTaskIntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/testing/CopyTestPluginDependenciesTaskIntegrationSpec.groovy

  Log Message:
  ---
  Remove empty task paths in tests

Fixes #208


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/110291cfdaeb...b9fac170675a

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/110291-b9fac1%40github.com.


[jenkinsci/gradle-jpi-plugin] d64ed4: Fail if < 6.3 with a note to use 0.46.0

2022-10-23 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: d64ed4e5140d849d04c4c3ee6d96e2b4ee0dec92
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/d64ed4e5140d849d04c4c3ee6d96e2b4ee0dec92
  Author: Steve Hill 
  Date:   2022-10-23 (Sun, 23 Oct 2022)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy

  Log Message:
  ---
  Fail if < 6.3 with a note to use 0.46.0


  Commit: 110291cfdaeb55725dd3a290c408e23a59cc0e26
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/110291cfdaeb55725dd3a290c408e23a59cc0e26
  Author: Steve Hill 
  Date:   2022-10-23 (Sun, 23 Oct 2022)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiVariantRule.groovy

  Log Message:
  ---
  Use public API for getting packaging from POM


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/9ed393bc2a28...110291cfdaeb

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/9ed393-110291%40github.com.


[jenkinsci/gradle-jpi-plugin] 9ed393: JenkinsWarRule.groovy -> java

2022-10-22 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 9ed393bc2a286aa3820457ef74af3d1266bee0bc
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/9ed393bc2a286aa3820457ef74af3d1266bee0bc
  Author: Steve Hill 
  Date:   2022-10-22 (Sat, 22 Oct 2022)

  Changed paths:
R src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JenkinsWarRule.groovy
A src/main/java/org/jenkinsci/gradle/plugins/jpi/JenkinsWarRule.java

  Log Message:
  ---
  JenkinsWarRule.groovy -> java


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/54f2a3-9ed393%40github.com.


[jenkinsci/gradle-jpi-plugin] 54f2a3: Use public API for classifier in metadata rule

2022-10-22 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 54f2a3138fe9900dc3cd9009fa71ad19d1635598
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/54f2a3138fe9900dc3cd9009fa71ad19d1635598
  Author: Steve Hill 
  Date:   2022-10-22 (Sat, 22 Oct 2022)

  Changed paths:
M .github/workflows/regression.yml
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JenkinsWarRule.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiVariantRule.groovy

  Log Message:
  ---
  Use public API for classifier in metadata rule

Plugin now requires Gradle 6.3 or later. Fixes #205


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/b7852b-54f2a3%40github.com.


[jenkinsci/gradle-jpi-plugin] b7852b: Stop auto adding ui-samples-plugin

2022-10-22 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: b7852b492e748970336da73bc63490a911ea576a
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/b7852b492e748970336da73bc63490a911ea576a
  Author: Steve Hill 
  Date:   2022-10-22 (Sat, 22 Oct 2022)

  Changed paths:
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookup.java
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AddedDependenciesIntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JenkinsVersionIntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPublishingAndConsumptionTest.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookupSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/server/InstallJenkinsServerPluginsTaskSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/testing/CopyTestPluginDependenciesTaskIntegrationSpec.groovy

  Log Message:
  ---
  Stop auto adding ui-samples-plugin

This plugin is now deprecated and warns on recent Jenkins. Fixes #203


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/a838d3-b7852b%40github.com.


[jenkinsci/gradle-jpi-plugin] a838d3: generateTestHpl depends on output of processResources

2022-10-22 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: a838d386f57744206e512a26657effad69f3d5f5
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/a838d386f57744206e512a26657effad69f3d5f5
  Author: Steve Hill 
  Date:   2022-10-22 (Sat, 22 Oct 2022)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy

  Log Message:
  ---
  generateTestHpl depends on output of processResources

Fixes #206


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/588a05-a838d3%40github.com.


[jenkinsci/gradle-jpi-plugin] d4bcc7: Update commons-text to 1.10.0

2022-10-14 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: d4bcc7a2336e16aba03351b8120c8d45858fbd9d
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/d4bcc7a2336e16aba03351b8120c8d45858fbd9d
  Author: Alexander Brandes 
  Date:   2022-10-14 (Fri, 14 Oct 2022)

  Changed paths:
M build.gradle.kts
M gradle/verification-metadata.xml

  Log Message:
  ---
  Update commons-text to 1.10.0


  Commit: 588a0511e2d80d533e72320e006bbf47705a505d
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/588a0511e2d80d533e72320e006bbf47705a505d
  Author: Steve Hill 
  Date:   2022-10-14 (Fri, 14 Oct 2022)

  Changed paths:
M build.gradle.kts
M gradle/verification-metadata.xml

  Log Message:
  ---
  Merge pull request #204 from NotMyFault/commons-text


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/c813f75e64a4...588a0511e2d8

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/c813f7-588a05%40github.com.


[jenkinsci/gradle-jpi-plugin]

2022-09-23 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/tags/v0.46.0
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.46.0/00-2cc894%40github.com.


[jenkinsci/gradle-jpi-plugin] 2cc894: Prepare for v0.46.0

2022-09-23 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 2cc894d0b44cb6f7243a59fd7bb0bdcab7a3e964
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/2cc894d0b44cb6f7243a59fd7bb0bdcab7a3e964
  Author: Steve Hill 
  Date:   2022-09-23 (Fri, 23 Sep 2022)

  Changed paths:
M gradle.properties

  Log Message:
  ---
  Prepare for v0.46.0


  Commit: c813f75e64a409b65795f35eb79ede6982406e1b
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/c813f75e64a409b65795f35eb79ede6982406e1b
  Author: Steve Hill 
  Date:   2022-09-23 (Fri, 23 Sep 2022)

  Changed paths:
M gradle.properties

  Log Message:
  ---
  Prepare for next release


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/42546a0435e7...c813f75e64a4

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/42546a-c813f7%40github.com.


[jenkinsci/gradle-jpi-plugin]

2022-09-16 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/tags/v0.46.0-rc.2
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.46.0-rc.2/00-cd91b1%40github.com.


[jenkinsci/gradle-jpi-plugin]

2022-09-16 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/tags/v0.46.0-rc.3
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.46.0-rc.3/00-42546a%40github.com.


[jenkinsci/gradle-jpi-plugin] 08f5ee: Upgrade plugin-publish to 1.0.0

2022-09-16 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 08f5ee8d6668e18b5033ad2a98d8fb317be9fbfd
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/08f5ee8d6668e18b5033ad2a98d8fb317be9fbfd
  Author: Steve Hill 
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
M build.gradle.kts
M gradle/verification-metadata.xml

  Log Message:
  ---
  Upgrade plugin-publish to 1.0.0


  Commit: cd91b160ce93723775f27c6f846e479a2137cd09
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/cd91b160ce93723775f27c6f846e479a2137cd09
  Author: Steve Hill 
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
M build.gradle.kts
M gradle/verification-metadata.xml

  Log Message:
  ---
  Shade org.jenkins-ci:version-number

Newer versions of this library are not published to maven-central.
Shading so users are not required to manually define a buildscript
repository to apply the plugin.


  Commit: 15a266966482e61985b77fb5adfbb2d254b34b71
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/15a266966482e61985b77fb5adfbb2d254b34b71
  Author: Steve Hill 
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
M build.gradle.kts
M gradle/verification-metadata.xml

  Log Message:
  ---
  Revert "Shade org.jenkins-ci:version-number"

This reverts commit cd91b160ce93723775f27c6f846e479a2137cd09.


  Commit: 42546a0435e7c2500c6264aca46cff3a35da3658
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/42546a0435e7c2500c6264aca46cff3a35da3658
  Author: Steve Hill 
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
M build.gradle.kts
M gradle/verification-metadata.xml
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JenkinsWarRule.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookup.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/JenkinsVersions.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/legacy/LegacyWorkaroundsPlugin.java
A src/main/java/shaded/hudson/util/VersionNumber.java

  Log Message:
  ---
  Manually shade hudson.util.VersionNumber


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/9e18847545b6...42546a0435e7

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/9e1884-42546a%40github.com.


[jenkinsci/gradle-jpi-plugin]

2022-09-16 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/tags/v0.46.0-rc.1
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.46.0-rc.1/00-9e1884%40github.com.


[jenkinsci/gradle-jpi-plugin] 6d00c7: style(JpiIntegrationSpec): auto-format

2022-09-15 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 6d00c71a43709b6726ba77f9336f4cfa8225d7b9
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/6d00c71a43709b6726ba77f9336f4cfa8225d7b9
  Author: Steve Hill 
  Date:   2022-09-15 (Thu, 15 Sep 2022)

  Changed paths:
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy

  Log Message:
  ---
  style(JpiIntegrationSpec): auto-format


  Commit: 9e18847545b6d2e7425359cfcd54d42cdf5e3237
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/9e18847545b6d2e7425359cfcd54d42cdf5e3237
  Author: Steve Hill 
  Date:   2022-09-15 (Thu, 15 Sep 2022)

  Changed paths:
M build.gradle.kts
M gradle/verification-metadata.xml
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JenkinsWarRule.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookup.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/JenkinsVersions.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/legacy/LegacyWorkaroundsPlugin.java
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JenkinsVersionIntegrationSpec.groovy
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookupSpec.groovy

  Log Message:
  ---
  Support incremental Jenkins versions

Relies on org.jenkins-ci:version-number for comparing Jenkins versions
instead of GradleVerion. This prevents GradleVersion validation from
failing when given an incremental Jenkins version.

Fixes #198


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/79fa35da9acc...9e18847545b6

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/79fa35-9e1884%40github.com.


[jenkinsci/gradle-jpi-plugin] 79fa35: Add jenkins-bom alongside jenkins-core

2022-09-15 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 79fa35da9acc627a64a3beac53442a69279f4eb4
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/79fa35da9acc627a64a3beac53442a69279f4eb4
  Author: Steve Hill 
  Date:   2022-09-15 (Thu, 15 Sep 2022)

  Changed paths:
A src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/AddedByPlugin.java
A src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/BomDependency.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/DependenciesPlugin.java
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/DependencyFactory.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookup.java
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/MavenDependency.java
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/AddedDependenciesIntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookupSpec.groovy

  Log Message:
  ---
  Add jenkins-bom alongside jenkins-core

The belongsTo rule does not work for Gradle 6.0.1.

Issue #202


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/9e5fe8-79fa35%40github.com.


[jenkinsci/gradle-jpi-plugin] a6babb: Extract Dependencies plugin

2022-09-14 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: a6babb70f148a74c76f77597be6144e42ea8e97f
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/a6babb70f148a74c76f77597be6144e42ea8e97f
  Author: Steve Hill 
  Date:   2022-09-13 (Tue, 13 Sep 2022)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/DependenciesPlugin.java

  Log Message:
  ---
  Extract Dependencies plugin


  Commit: 857567e226832db92a3d1918ee07afd02a5d
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/857567e226832db92a3d1918ee07afd02a5d
  Author: Steve Hill 
  Date:   2022-09-14 (Wed, 14 Sep 2022)

  Changed paths:
M gradle.properties
M gradle/verification-metadata.xml
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookup.java
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JenkinsVersionIntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookupSpec.groovy

  Log Message:
  ---
  Upgrade jenkins-test-harness to 1837.vb_6efb_1790942


  Commit: 78fe9cd8a1e85959227e764113afd6397a7e6e06
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/78fe9cd8a1e85959227e764113afd6397a7e6e06
  Author: Steve Hill 
  Date:   2022-09-14 (Wed, 14 Sep 2022)

  Changed paths:
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookup.java
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookupSpec.groovy

  Log Message:
  ---
  Remove unused dependency lookup configuration


  Commit: 09266b989677a35fdabb06066994252cb392a56a
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/09266b989677a35fdabb06066994252cb392a56a
  Author: Steve Hill 
  Date:   2022-09-14 (Wed, 14 Sep 2022)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy

  Log Message:
  ---
  Only pass sezpoz.quiet on main compile tasks

Prevents warnings from test compilation, where sezpoz is not present.

Fixes #201


  Commit: 9e5fe8ee334b1a8ed80385269ff2048fb8d6b9bb
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/9e5fe8ee334b1a8ed80385269ff2048fb8d6b9bb
  Author: Steve Hill 
  Date:   2022-09-14 (Wed, 14 Sep 2022)

  Changed paths:
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/DependenciesPlugin.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookup.java
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/JenkinsCoreBomRule.java
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/JenkinsVersions.java
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JenkinsVersionIntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookupSpec.groovy

  Log Message:
  ---
  Use spotbugs if jenkinsVersion >= 2.195

Make jenkins-core part of the jenkins-bom platform if >= 2.195. 2.195 is
the first weekly release that also published a bom.

Fixes #189
Fixes #202


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/c12e24645368...9e5fe8ee334b

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/c12e24-9e5fe8%40github.com.


[jenkinsci/gradle-jpi-plugin] 25217c: JpiManifest and JpiHplManifest.groovy -> java

2022-09-10 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 25217cb4428c3c10859298d603dc167600f9
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/25217cb4428c3c10859298d603dc167600f9
  Author: Steve Hill 
  Date:   2022-09-10 (Sat, 10 Sep 2022)

  Changed paths:
R src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiHplManifest.groovy
R src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiManifest.groovy
A src/main/java/org/jenkinsci/gradle/plugins/jpi/JpiHplManifest.java
A src/main/java/org/jenkinsci/gradle/plugins/jpi/JpiManifest.java

  Log Message:
  ---
  JpiManifest and JpiHplManifest.groovy -> java


  Commit: c12e2464536892f3c6f7d2601a679eaea7b8e338
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/c12e2464536892f3c6f7d2601a679eaea7b8e338
  Author: Steve Hill 
  Date:   2022-09-10 (Sat, 10 Sep 2022)

  Changed paths:
R src/main/groovy/org/jenkinsci/gradle/plugins/jpi/GenerateTestHpl.groovy
A src/main/java/org/jenkinsci/gradle/plugins/jpi/GenerateTestHpl.java

  Log Message:
  ---
  GenerateTestHpl.groovy -> java


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/9167c41924a2...c12e24645368

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/9167c4-c12e24%40github.com.


[jenkinsci/gradle-jpi-plugin] 85cd28: DependencyLicenseValidator.groovy -> java

2022-09-09 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 85cd2850eda0ef1b5812b1435e86582ab6cb
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/85cd2850eda0ef1b5812b1435e86582ab6cb
  Author: Steve Hill 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
R 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLicenseValidator.groovy
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLicenseValidator.java

  Log Message:
  ---
  DependencyLicenseValidator.groovy -> java


  Commit: 10b27c59c8b96f805016eeedd8395c1dc52a9dd9
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/10b27c59c8b96f805016eeedd8395c1dc52a9dd9
  Author: Steve Hill 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
R src/main/groovy/org/jenkinsci/gradle/plugins/jpi/internal/License.groovy
R 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/internal/LicenseData.groovy
A src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/License.java
A src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/LicenseData.java

  Log Message:
  ---
  License and LicenseData.groovy -> java


  Commit: f6c10d757de660dd2ec1ae12c84e5a060a52e823
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/f6c10d757de660dd2ec1ae12c84e5a060a52e823
  Author: Steve Hill 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
R 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookup.groovy
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/internal/DependencyLookup.java

  Log Message:
  ---
  DependencyLookup.groovy -> java


  Commit: 011153c49ccc6174aa4628e886033e6c2be18c81
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/011153c49ccc6174aa4628e886033e6c2be18c81
  Author: Steve Hill 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
R 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/legacy/LegacyWorkaroundsPlugin.groovy
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/legacy/LegacyWorkaroundsPlugin.java

  Log Message:
  ---
  LegacyWorkaroundsPlugin.groovy -> java


  Commit: 9167c41924a2127d67edbac4854384377990dbe1
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/9167c41924a2127d67edbac4854384377990dbe1
  Author: Steve Hill 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
R 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/server/GenerateHplTask.groovy
A src/main/java/org/jenkinsci/gradle/plugins/jpi/server/GenerateHplTask.java

  Log Message:
  ---
  GenerateHplTask.java -> groovy


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/cbc3098d72b0...9167c41924a2

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/cbc309-9167c4%40github.com.


[jenkinsci/gradle-jpi-plugin]

2022-09-09 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/tags/v0.45.0
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.45.0/00-032b2a%40github.com.


[jenkinsci/gradle-jpi-plugin] 032b2a: Prepare for v0.45.0 release

2022-09-09 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 032b2ab9781f014e2232dd7bb1780fae795a6bdd
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/032b2ab9781f014e2232dd7bb1780fae795a6bdd
  Author: Steve Hill 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M gradle.properties

  Log Message:
  ---
  Prepare for v0.45.0 release


  Commit: cbc3098d72b002507c90b2646585c7c642a7ca41
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/cbc3098d72b002507c90b2646585c7c642a7ca41
  Author: Steve Hill 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M gradle.properties

  Log Message:
  ---
  Prepare for next release


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/8d79c607c1ff...cbc3098d72b0

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/8d79c6-cbc309%40github.com.


[jenkinsci/gradle-jpi-plugin]

2022-09-05 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/tags/v0.45.0-rc.1
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.45.0-rc.1/00-8d79c6%40github.com.


[jenkinsci/gradle-jpi-plugin] 74ef4e: DependencyAnalysisResult.groovy -> java

2022-09-05 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 74ef4eef49ad8fd3c6a6facdbf671feb8eab36e3
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/74ef4eef49ad8fd3c6a6facdbf671feb8eab36e3
  Author: Steve Hill 
  Date:   2022-09-05 (Mon, 05 Sep 2022)

  Changed paths:
R 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/DependencyAnalysisResult.groovy
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/DependencyAnalysisResult.java

  Log Message:
  ---
  DependencyAnalysisResult.groovy -> java


  Commit: 927a1e20f089563a41078f332663b1362f3c8d01
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/927a1e20f089563a41078f332663b1362f3c8d01
  Author: Steve Hill 
  Date:   2022-09-05 (Mon, 05 Sep 2022)

  Changed paths:
R 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/UnsupportedGradleConfigurationVerifier.groovy
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/UnsupportedGradleConfigurationVerifier.java

  Log Message:
  ---
  UnsupportedGradleConfigurationVerifier.groovy -> java


  Commit: 8d79c607c1ff719311cac42920d88c6dbea655e4
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/8d79c607c1ff719311cac42920d88c6dbea655e4
  Author: Steve Hill 
  Date:   2022-09-05 (Mon, 05 Sep 2022)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
R 
src/main/groovy/org/jenkinsci/gradle/plugins/jpi/verification/CheckOverlappingSourcesTask.groovy
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/verification/CheckOverlappingSourcesTask.java

  Log Message:
  ---
  CheckOverlappingSourcesTask.groovy -> java


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/9307091c40e8...8d79c607c1ff

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/930709-8d79c6%40github.com.


[jenkinsci/gradle-jpi-plugin] 930709: Trim localization relative path with File.separator

2022-09-04 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 9307091c40e8561bc957f731d3397765f8f091f6
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/9307091c40e8561bc957f731d3397765f8f091f6
  Author: Steve Hill 
  Date:   2022-09-04 (Sun, 04 Sep 2022)

  Changed paths:
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/localization/LocalizationTask.java

  Log Message:
  ---
  Trim localization relative path with File.separator


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/3ed433-930709%40github.com.


[jenkinsci/gradle-jpi-plugin] bbe055: Introduce java-based LocalizationTask

2022-09-04 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: bbe05514c8c4c6dd2d97335b30acee4193279f06
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/bbe05514c8c4c6dd2d97335b30acee4193279f06
  Author: Steve Hill 
  Date:   2022-09-04 (Sun, 04 Sep 2022)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/localization/LocalizationPlugin.java
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/localization/LocalizationTask.java
A 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/localization/LocalizationTaskIntegrationSpec.groovy

  Log Message:
  ---
  Introduce java-based LocalizationTask

First step in using an isolated classpath for this task, which will trim
the buildscript classpath significantly. Moving away from Groovy also
makes it easier to build in Gradle 7+ and run in older versions of
Gradle.


  Commit: 7f870a6ec1b7a4429cd6149f7ea6c6c95bb7f97a
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/7f870a6ec1b7a4429cd6149f7ea6c6c95bb7f97a
  Author: Steve Hill 
  Date:   2022-09-04 (Sun, 04 Sep 2022)

  Changed paths:
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/localization/LocalizationPlugin.java
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/localization/LocalizationTaskIntegrationSpec.groovy

  Log Message:
  ---
  Ensure compilation depends on localizeMessages


  Commit: 0af7dcec60117d6d910866b2a52b4f07a418e053
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/0af7dcec60117d6d910866b2a52b4f07a418e053
  Author: Steve Hill 
  Date:   2022-09-04 (Sun, 04 Sep 2022)

  Changed paths:
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiLocalizerTaskIntegrationSpec.groovy

  Log Message:
  ---
  Improve readability of JpiLocalizerTask spec


  Commit: bc6ba21389c8f770059ad2c8aa0f9aa1f7fb0c07
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/bc6ba21389c8f770059ad2c8aa0f9aa1f7fb0c07
  Author: Steve Hill 
  Date:   2022-09-04 (Sun, 04 Sep 2022)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/LocalizerTask.groovy
M src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiIntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiLocalizerTaskIntegrationSpec.groovy
M 
src/test/groovy/org/jenkinsci/gradle/plugins/jpi/localization/LocalizationTaskIntegrationSpec.groovy

  Log Message:
  ---
  Deprecate localizer task

- Make deprecated task depend on localizeMessages
- Disable deprecated task
- Wire up localizeMessages output to main JavaCompile input


  Commit: 09030d72ac9a80249833dac1bee0158dd1cd37d6
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/09030d72ac9a80249833dac1bee0158dd1cd37d6
  Author: Steve Hill 
  Date:   2022-09-04 (Sun, 04 Sep 2022)

  Changed paths:
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/localization/LocalizationPlugin.java

  Log Message:
  ---
  Add Group and Description to localizeMessages


  Commit: 10857c4f04ba357bad0af30ca55c5b332dad60f0
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/10857c4f04ba357bad0af30ca55c5b332dad60f0
  Author: Steve Hill 
  Date:   2022-09-04 (Sun, 04 Sep 2022)

  Changed paths:
M src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiExtension.groovy

  Log Message:
  ---
  Deprecate localizerOutputDir for removal in 1.0.0

This property is better set on the task directly.


  Commit: f5fefe591de610e2fb1e387f43614957d4bfb1b0
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/f5fefe591de610e2fb1e387f43614957d4bfb1b0
  Author: Steve Hill 
  Date:   2022-09-04 (Sun, 04 Sep 2022)

  Changed paths:
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/localization/LocalizationParameters.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/localization/LocalizationTask.java
A 
src/main/java/org/jenkinsci/gradle/plugins/jpi/localization/RunGenerator.java

  Log Message:
  ---
  Use worker api for localizeMessages


  Commit: 49fc471fc2852a65c5f31465fbe41d00c655c64e
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/49fc471fc2852a65c5f31465fbe41d00c655c64e
  Author: Steve Hill 
  Date:   2022-09-04 (Sun, 04 Sep 2022)

  Changed paths:
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/localization/LocalizationParameters.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/localization/LocalizationPlugin.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/localization/LocalizationTask.java
M 
src/main/java/org/jenkinsci/gradle/plugins/jpi/localization/RunGenerator.java

  Log Message:
  ---
  Calculate relative path for generator


  Commit: 06b755f36ee6a7a4a81834f626cb5301783d97cf
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/06b755f36ee6a7a4a81834f626cb5301783d97cf
  Author

[jenkinsci/gradle-jpi-plugin]

2022-09-02 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/tags/v0.44.0
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/tags/v0.44.0/00-b25b7b%40github.com.


[jenkinsci/gradle-jpi-plugin] 996f02: Prepare for v0.44.0

2022-09-01 Thread 'Steve Hill' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: 996f02901fa9cc6a916e9f9ea800c46cd5dcc718
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/996f02901fa9cc6a916e9f9ea800c46cd5dcc718
  Author: Steve Hill 
  Date:   2022-09-01 (Thu, 01 Sep 2022)

  Changed paths:
M gradle.properties

  Log Message:
  ---
  Prepare for v0.44.0


  Commit: a30514ae7f7c24e51ab0e906fd9a1ec7b3f8b5cd
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/a30514ae7f7c24e51ab0e906fd9a1ec7b3f8b5cd
  Author: Steve Hill 
  Date:   2022-09-01 (Thu, 01 Sep 2022)

  Changed paths:
M gradle.properties

  Log Message:
  ---
  Prepare for next release


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/ff636ecd97d1...a30514ae7f7c

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-jpi-plugin/push/refs/heads/master/ff636e-a30514%40github.com.


  1   2   3   4   5   6   7   >