Skip to content

Commit db26aef

Browse files
committed
fix syntax
1 parent 8da0665 commit db26aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jib-gradle-plugin/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
88
- 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))
99
```gradle
1010
jib {
11-
configurationName.set = 'myconfig'
11+
configurationName = 'myconfig'
1212
}
1313
```
1414

0 commit comments

Comments
 (0)