File tree 8 files changed +16
-7
lines changed 8 files changed +16
-7
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -37,3 +37,4 @@ http :8080/api/fn/40156273-a6dc-4f6c-a218-1b84d5c30929
37
37
links:
38
38
39
39
* see [ YouTube: Spring Tips: Bootiful, Reactive Scala] ( https://www.youtube.com/watch?v=E_YZwrv-zTk )
40
+ * update / [ migrate Vuepress] ( https://v1.vuepress.vuejs.org/miscellaneous/migration-guide.html#vuepress-style-styl ) 0.x -> 1.x
Original file line number Diff line number Diff line change 1
- plugins {
1
+ plugins {
2
+ idea
2
3
`kotlin- dsl`
3
4
}
4
5
6
+ idea {
7
+ module {
8
+ isDownloadJavadoc = false
9
+ isDownloadSources = false
10
+ }
11
+ }
12
+
5
13
repositories {
6
14
gradlePluginPortal()
7
15
}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ object Globals {
11
11
const val scalaMajorVersion = " 2.13" // "2.12"
12
12
const val akkaStreamVersion = " 2.5.23"
13
13
const val gradleWrapperVersion = " 5.5"
14
- const val junitJupiterVersion = " 5.5.0 "
14
+ const val junitJupiterVersion = " 5.5.1 "
15
15
const val reactiveStreamsVersion = " 1.0.2"
16
16
const val springBootVersion = " 2.2.0.M4"
17
17
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.5 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6-rc-1 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 7
7
# you may not use this file except in compliance with the License.
8
8
# You may obtain a copy of the License at
9
9
#
10
- # http ://www.apache.org/licenses/LICENSE-2.0
10
+ # https ://www.apache.org/licenses/LICENSE-2.0
11
11
#
12
12
# Unless required by applicable law or agreed to in writing, software
13
13
# distributed under the License is distributed on an "AS IS" BASIS,
Original file line number Diff line number Diff line change 5
5
@ rem you may not use this file except in compliance with the License.
6
6
@ rem You may obtain a copy of the License at
7
7
@ rem
8
- @ rem http ://www.apache.org/licenses/LICENSE-2.0
8
+ @ rem https ://www.apache.org/licenses/LICENSE-2.0
9
9
@ rem
10
10
@ rem Unless required by applicable law or agreed to in writing, software
11
11
@ rem distributed under the License is distributed on an "AS IS" BASIS,
Original file line number Diff line number Diff line change 17
17
"author" : " Maksim Kostromin <daggerok@gmail.com>" ,
18
18
"license" : " MIT" ,
19
19
"devDependencies" : {
20
- "@types/node" : " 12.0.10 " ,
20
+ "@types/node" : " 12.6.9 " ,
21
21
"cross-env" : " 5.2.0" ,
22
- "vuepress" : " 0.14.10 "
22
+ "vuepress" : " 1.0.3 "
23
23
}
24
24
}
You can’t perform that action at this time.
0 commit comments