Skip to content

Commit aafcb89

Browse files
committed
fix voating-app
1 parent 50faea3 commit aafcb89

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ plugins {
44
id 'eclipse'
55
}
66

7-
/*
8-
task wrapper(type: Wrapper) {
9-
gradleVersion = '4.10.2'
10-
distributionType = 'BIN'
11-
}
12-
*/
13-
147
idea {
158
module {
169
downloadSources = true

voting-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ buildscript {
3434
}
3535

3636
plugins {
37-
id 'com.gradle.build-scan' version '1.16'
37+
id 'com.gradle.build-scan' version '2.0.2'
3838

3939
id 'idea'
4040
id 'eclipse'

0 commit comments

Comments
 (0)