Skip to content

Commit 7720bb2

Browse files
committed
asdasd
1 parent cce4c92 commit 7720bb2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ signing {
5959
sign configurations.archives
6060
}
6161

62-
idea {
63-
project {
64-
languageLevel = '1.8'
65-
vcs = 'Git'
66-
}
67-
}
62+
//idea {
63+
// project {
64+
// languageLevel = '1.8'
65+
// vcs = 'Git'
66+
// }
67+
//}
6868
release {
6969
tagTemplate = 'v${version}'
7070
failOnPublishNeeded = false

0 commit comments

Comments
 (0)