File tree Expand file tree Collapse file tree 18 files changed +42
-18
lines changed
Expand file tree Collapse file tree 18 files changed +42
-18
lines changed Original file line number Diff line number Diff line change 2626 <dropwizard-template-config .version>1.5.0</dropwizard-template-config .version>
2727
2828 <jib .container.appRoot>/app</jib .container.appRoot>
29- <jib-maven-plugin .version>3.5.0 </jib-maven-plugin .version>
29+ <jib-maven-plugin .version>3.5.1 </jib-maven-plugin .version>
3030 </properties >
3131
3232 <dependencyManagement >
Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3- id ' com.google.cloud.tools.jib' version ' 3.5.0 '
3+ id ' com.google.cloud.tools.jib' version ' 3.5.1 '
44}
55
66sourceCompatibility = 1.8
Original file line number Diff line number Diff line change 99
1010 <properties >
1111 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12- <jib-maven-plugin .version>3.5.0 </jib-maven-plugin .version>
12+ <jib-maven-plugin .version>3.5.1 </jib-maven-plugin .version>
1313 <maven-compiler-plugin .version>3.8.0</maven-compiler-plugin .version>
1414 </properties >
1515
Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3- id ' com.google.cloud.tools.jib' version ' 3.5.0 '
3+ id ' com.google.cloud.tools.jib' version ' 3.5.1 '
44 id ' de.undercouch.download' version ' 4.0.0'
55 id ' com.gorylenko.gradle-git-properties' version ' 2.2.0'
66}
Original file line number Diff line number Diff line change 99
1010 <properties >
1111 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12- <jib-maven-plugin .version>3.5.0 </jib-maven-plugin .version>
12+ <jib-maven-plugin .version>3.5.1 </jib-maven-plugin .version>
1313 <maven-compiler-plugin .version>3.8.0</maven-compiler-plugin .version>
1414 <download-maven-plugin .version>1.4.2</download-maven-plugin .version>
1515 <git-commit-id-plugin .version>3.0.1</git-commit-id-plugin .version>
Original file line number Diff line number Diff line change 11plugins {
22 application
33 kotlin(" jvm" ) version " 1.3.10"
4- id(" com.google.cloud.tools.jib" ) version " 3.5.0 "
4+ id(" com.google.cloud.tools.jib" ) version " 3.5.1 "
55}
66
77group = " example"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id " groovy"
33 id " com.github.johnrengelman.shadow" version " 5.2.0"
44 id " application"
5- id ' com.google.cloud.tools.jib' version ' 3.5.0 '
5+ id ' com.google.cloud.tools.jib' version ' 3.5.1 '
66}
77
88version " 0.1"
Original file line number Diff line number Diff line change 22plugins {
33 id ' org.springframework.boot' version ' 2.0.3.RELEASE' apply false
44 id ' io.spring.dependency-management' version ' 1.0.6.RELEASE' apply false
5- id ' com.google.cloud.tools.jib' version ' 3.5.0 ' apply false
5+ id ' com.google.cloud.tools.jib' version ' 3.5.1 ' apply false
66}
Original file line number Diff line number Diff line change 4141 <plugin >
4242 <groupId >com.google.cloud.tools</groupId >
4343 <artifactId >jib-maven-plugin</artifactId >
44- <version >3.5.0 </version >
44+ <version >3.5.1 </version >
4545 </plugin >
4646 </plugins >
4747 </pluginManagement >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id ' idea'
55 id ' org.springframework.boot' version ' 2.1.6.RELEASE'
66 id ' io.spring.dependency-management' version ' 1.0.6.RELEASE'
7- id ' com.google.cloud.tools.jib' version ' 3.5.0 '
7+ id ' com.google.cloud.tools.jib' version ' 3.5.1 '
88}
99
1010repositories {
You can’t perform that action at this time.
0 commit comments