Skip to content

Commit

Permalink
Gradle shadow plugin retired
Browse files Browse the repository at this point in the history
The Gradle plugin "com.github.johnrengelman.shadow" has been retired.
See GradleUp/shadow#908. Switched to the fork
"io.github.goooler.shadow"
  • Loading branch information
jlangch committed Jun 12, 2024
1 parent a61c5ed commit e2aa73e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ All notable changes to this project will be documented in this file.
- :openai module support for assistant run steps api (...)


### Changed

- the Gradle shadow plugin.
The Gradle plugin "com.github.johnrengelman.shadow" has been
retired. See [johnrengelman/shadow#908](https://github.com/johnrengelman/shadow/issues/908).
Switched to the fork "io.github.goooler.shadow"



## [1.12.24] - 2024-05-23

Expand Down
9 changes: 7 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,13 @@ plugins {
// https://github.com/johnrengelman/shadow/
// note: the shadow plugin does not work for jline3 3.22.0+
// jline3 3.22.0+ has a new service file structure under META-INF/services
id 'com.github.johnrengelman.shadow' version '8.1.1'
// id 'io.github.goooler.shadow version '8.1.7'
// id 'com.github.johnrengelman.shadow' version '8.1.1'

// 12.06.2024: The project 'com.github.johnrengelman.shadow' is retired
// https://github.com/johnrengelman/shadow/issues/908
// See fork: https://github.com/Goooler/shadow
// https://plugins.gradle.org/plugin/io.github.goooler.shadow
id 'io.github.goooler.shadow' version '8.1.7'

/*
// https://github.com/kordamp/jdeps-gradle-plugin
Expand Down

0 comments on commit e2aa73e

Please sign in to comment.