File tree Expand file tree Collapse file tree 8 files changed +16
-7
lines changed
Expand file tree Collapse file tree 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
3737links:
3838
3939* 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
23 `kotlin- dsl`
34}
45
6+ idea {
7+ module {
8+ isDownloadJavadoc = false
9+ isDownloadSources = false
10+ }
11+ }
12+
513repositories {
614 gradlePluginPortal()
715}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ object Globals {
1111 const val scalaMajorVersion = " 2.13" // "2.12"
1212 const val akkaStreamVersion = " 2.5.23"
1313 const val gradleWrapperVersion = " 5.5"
14- const val junitJupiterVersion = " 5.5.0 "
14+ const val junitJupiterVersion = " 5.5.1 "
1515 const val reactiveStreamsVersion = " 1.0.2"
1616 const val springBootVersion = " 2.2.0.M4"
1717
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 77# you may not use this file except in compliance with the License.
88# You may obtain a copy of the License at
99#
10- # http ://www.apache.org/licenses/LICENSE-2.0
10+ # https ://www.apache.org/licenses/LICENSE-2.0
1111#
1212# Unless required by applicable law or agreed to in writing, software
1313# distributed under the License is distributed on an "AS IS" BASIS,
Original file line number Diff line number Diff line change 55@ rem you may not use this file except in compliance with the License.
66@ rem You may obtain a copy of the License at
77@ rem
8- @ rem http ://www.apache.org/licenses/LICENSE-2.0
8+ @ rem https ://www.apache.org/licenses/LICENSE-2.0
99@ rem
1010@ rem Unless required by applicable law or agreed to in writing, software
1111@ rem distributed under the License is distributed on an "AS IS" BASIS,
Original file line number Diff line number Diff line change 1717 "author" : " Maksim Kostromin <daggerok@gmail.com>" ,
1818 "license" : " MIT" ,
1919 "devDependencies" : {
20- "@types/node" : " 12.0.10 " ,
20+ "@types/node" : " 12.6.9 " ,
2121 "cross-env" : " 5.2.0" ,
22- "vuepress" : " 0.14.10 "
22+ "vuepress" : " 1.0.3 "
2323 }
2424}
You can’t perform that action at this time.
0 commit comments