File tree Expand file tree Collapse file tree 17 files changed +34
-21
lines changed Expand file tree Collapse file tree 17 files changed +34
-21
lines changed Original file line number Diff line number Diff line change @@ -118,12 +118,12 @@ To use a local build of the `jib-gradle-plugin`:
118
118
mavenCentral()
119
119
}
120
120
dependencies {
121
- classpath 'com.google.cloud.tools:jib-gradle-plugin:1.7 .1-SNAPSHOT'
121
+ classpath 'com.google.cloud.tools:jib-gradle-plugin:1.8 .1-SNAPSHOT'
122
122
}
123
123
}
124
124
125
125
plugins {
126
- // id 'com.google.cloud.tools.jib' version '1.7 .0'
126
+ // id 'com.google.cloud.tools.jib' version '1.8 .0'
127
127
}
128
128
129
129
// Applies the java plugin after Jib to make sure it works in this order.
Original file line number Diff line number Diff line change 26
26
<dropwizard-template-config .version>1.5.0</dropwizard-template-config .version>
27
27
28
28
<jib .container.appRoot>/app</jib .container.appRoot>
29
- <jib-maven-plugin .version>1.7 .0</jib-maven-plugin .version>
29
+ <jib-maven-plugin .version>1.8 .0</jib-maven-plugin .version>
30
30
</properties >
31
31
32
32
<dependencyManagement >
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
- id ' com.google.cloud.tools.jib' version ' 1.7 .0'
3
+ id ' com.google.cloud.tools.jib' version ' 1.8 .0'
4
4
}
5
5
6
6
sourceCompatibility = 1.8
Original file line number Diff line number Diff line change 9
9
10
10
<properties >
11
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12
- <jib-maven-plugin .version>1.7 .0</jib-maven-plugin .version>
12
+ <jib-maven-plugin .version>1.8 .0</jib-maven-plugin .version>
13
13
<maven-compiler-plugin .version>3.8.0</maven-compiler-plugin .version>
14
14
</properties >
15
15
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
- id ' com.google.cloud.tools.jib' version ' 1.7 .0'
3
+ id ' com.google.cloud.tools.jib' version ' 1.8 .0'
4
4
id ' de.undercouch.download' version ' 4.0.0'
5
5
id " com.gorylenko.gradle-git-properties" version " 2.2.0"
6
6
}
Original file line number Diff line number Diff line change 9
9
10
10
<properties >
11
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12
- <jib-maven-plugin .version>1.7 .0</jib-maven-plugin .version>
12
+ <jib-maven-plugin .version>1.8 .0</jib-maven-plugin .version>
13
13
<maven-compiler-plugin .version>3.8.0</maven-compiler-plugin .version>
14
14
<download-maven-plugin .version>1.4.2</download-maven-plugin .version>
15
15
<git-commit-id-plugin .version>3.0.1</git-commit-id-plugin .version>
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
id ' groovy'
4
4
id ' io.spring.dependency-management' version ' 1.0.6.RELEASE'
5
5
id ' net.ltgt.apt-idea' version ' 0.18'
6
- id ' com.google.cloud.tools.jib' version ' 1.7 .0'
6
+ id ' com.google.cloud.tools.jib' version ' 1.8 .0'
7
7
}
8
8
9
9
version ' 0.1'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
dependencies {
9
9
classpath ' org.springframework.boot:spring-boot-gradle-plugin:2.0.3.RELEASE'
10
10
classpath ' io.spring.gradle:dependency-management-plugin:1.0.6.RELEASE'
11
- classpath ' gradle.plugin.com.google.cloud.tools:jib-gradle-plugin:1.7 .0'
11
+ classpath ' gradle.plugin.com.google.cloud.tools:jib-gradle-plugin:1.8 .0'
12
12
}
13
13
}
14
14
Original file line number Diff line number Diff line change 40
40
<plugin >
41
41
<groupId >com.google.cloud.tools</groupId >
42
42
<artifactId >jib-maven-plugin</artifactId >
43
- <version >1.7 .0</version >
43
+ <version >1.8 .0</version >
44
44
</plugin >
45
45
</plugins >
46
46
</pluginManagement >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
id ' idea'
5
5
id ' org.springframework.boot' version ' 2.1.6.RELEASE'
6
6
id ' io.spring.dependency-management' version ' 1.0.6.RELEASE'
7
- id ' com.google.cloud.tools.jib' version ' 1.7 .0'
7
+ id ' com.google.cloud.tools.jib' version ' 1.8 .0'
8
8
}
9
9
10
10
repositories {
You can’t perform that action at this time.
0 commit comments