renaming module

This commit is contained in:
Dario Ghunney Ware 2025-04-29 13:00:34 +01:00
parent b9695650ac
commit 5b610b9678
20 changed files with 2 additions and 2 deletions

View File

@ -414,7 +414,7 @@ configurations.all {
}
dependencies {
implementation project(':stirling-common')
implementation project(':common')
//tmp for security bumps
implementation 'ch.qos.logback:logback-core:1.5.18'

View File

@ -4,4 +4,4 @@ plugins {
}
rootProject.name = 'Stirling-PDF'
include 'stirling-common'
include 'common'