File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
common/src/main/kotlin/com/lambda/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 run : ./gradlew dokkaHtmlMultiModule
2323
2424 - name : Upload Documentation Artifact
25- uses : actions/upload-pages-artifact@v1
25+ uses : actions/upload-pages-artifact@v3
2626 with :
2727 path : ' build/dokka/htmlMultiModule'
2828
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ abstract class AbstractSetting<T : Any>(
114114 runCatching {
115115 value = gson.fromJson(serialized, type)
116116 }.onFailure {
117- LOG .warn(" Failed to load setting ${this .name} with value $serialized . Resetting to default value $defaultValue " , it )
117+ LOG .warn(" Failed to load setting ${this .name} with value $serialized . Resetting to default value $defaultValue " )
118118 value = defaultValue
119119 }
120120 }
You can’t perform that action at this time.
0 commit comments