Skip to content

Commit

Permalink
Update jib-gradle-plugin/CHANGELOG for the new option: `configuration…
Browse files Browse the repository at this point in the history
…Name` (#3111)

* Update CHANGELOG
  • Loading branch information
mpeddada1 authored Mar 8, 2021
1 parent 2d21a48 commit f884fa1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jib-gradle-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.

### Added

- Added an option `configurationName` to specify the name of the [Gradle Configuration](https://docs.gradle.org/current/dsl/org.gradle.api.artifacts.ConfigurationContainer.html) to use. The option can be lazily configured, for example, using Gradle `Provider` or `Property`. ([#3034](https://github.com/GoogleContainerTools/jib/pull/3034))
```gradle
jib {
configurationName = 'myconfig'
}
```

### Changed

### Fixed
Expand Down

0 comments on commit f884fa1

Please sign in to comment.