Skip to content

Commit

Permalink
Rename the module
Browse files Browse the repository at this point in the history
lib is too generic name.
  • Loading branch information
pmpuro committed Jan 21, 2024
1 parent 627cf73 commit 4c9543d
Show file tree
Hide file tree
Showing 28 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
if: ${{ always() && github.actor != 'dependabot[bot]' }}
with:
check_name: "Unit test results"
files: ./lib/build/test-results/testDebugUnitTest/TEST*.xml
files: ./tila-core/build/test-results/testDebugUnitTest/TEST*.xml
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ dependencyResolutionManagement {
}

rootProject.name = "tila"
include(":lib")
include(":tila-core")
2 changes: 1 addition & 1 deletion lib/build.gradle.kts → tila-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ publishing {
version = libraryVersion

pom {
name = "tila"
name = project.name
description = "A concise description of my library"
url = "https://github.com/pmpuro/tila"
licenses {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package io.tila

import io.mockative.verify
import io.tila.api.DataId
import io.tila.api.GenericValueState
import io.tila.impl.State
Expand Down

0 comments on commit 4c9543d

Please sign in to comment.