Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
chore: fix android java version
Browse files Browse the repository at this point in the history
  • Loading branch information
charlee-dev committed Jul 1, 2024
1 parent 2e87dfb commit 96d920d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
15 changes: 5 additions & 10 deletions apps/shop/web/.kobweb/server/logs/kobweb-server.log
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
2024-06-30 21:39:49.790 [main] DEBUG ktor.application - Java Home: /Users/adrianwitaszak/.sdkman/candidates/java
2024-06-30 21:39:49.791 [main] DEBUG ktor.application - Class Loader: jdk.internal.loader.ClassLoaders$AppClassLoader@1cf4f579: [file:/Users/adrianwitaszak/CharLEEX/BeNatty/kotlin/BeNatty-Client/apps/shop/web/.kobweb/server/server.jar!/ch]
2024-06-30 21:39:49.803 [main] INFO ktor.application - No API jar file specified in conf.yaml. Server API routes will not be available.
2024-06-30 21:39:49.836 [main] INFO ktor.application - Application started in 0.08 seconds.
2024-06-30 21:39:49.912 [main] INFO ktor.application - Responding at http://0.0.0.0:8081
2024-06-30 21:39:55.061 [eventLoopGroupProxy-4-1] DEBUG ktor.application - Served fallback index.html file in response to "/"
2024-06-30 21:39:56.363 [eventLoopGroupProxy-4-1] DEBUG ktor.application - Client connected and is requesting kobweb status events.
2024-06-30 21:40:13.735 [eventLoopGroupProxy-4-1] DEBUG ktor.application - Stopped sending kobweb status events, probably because client disconnected or server is shutting down. (ChannelWriteException: Cannot write to a channel)
2024-06-30 21:55:20.912 [kotlinx.coroutines.DefaultExecutor] INFO ktor.application - Kobweb server shutting down...
2024-06-30 21:55:22.996 [kotlinx.coroutines.DefaultExecutor] INFO ktor.application - Server finished shutting down.
2024-07-01 19:01:01.952 [main] DEBUG ktor.application - Java Home: /Users/adrianwitaszak/.sdkman/candidates/java
2024-07-01 19:01:01.953 [main] DEBUG ktor.application - Class Loader: jdk.internal.loader.ClassLoaders$AppClassLoader@1cf4f579: [file:/Users/adrianwitaszak/CharLEEX/BeNatty/kotlin/BeNatty-Client/apps/shop/web/.kobweb/server/server.jar!/ch]
2024-07-01 19:01:01.964 [main] INFO ktor.application - No API jar file specified in conf.yaml. Server API routes will not be available.
2024-07-01 19:01:01.993 [main] INFO ktor.application - Application started in 0.073 seconds.
2024-07-01 19:01:02.072 [main] INFO ktor.application - Responding at http://0.0.0.0:8080
3 changes: 3 additions & 0 deletions apps/shop/web/.kobweb/server/state.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
env: "DEV"
port: 8080
pid: 4460
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ kotlin {
}

android {
namespace = "${libs.versions.projectName.get()}$group"
namespace = "${libs.versions.packageName.get()}$group"
compileSdk = libs.versions.android.compileSdk.get().toInt()
defaultConfig {
minSdk = libs.versions.android.minSdk.get().toInt()
Expand Down

0 comments on commit 96d920d

Please sign in to comment.