Juan-Carlos Foust
01/15/2021, 10:07 PMmvn clean install from the command line (and JitPack). More details in this thread any help would be appreciated.Juan-Carlos Foust
01/15/2021, 10:09 PM├── README.md
├── database.iml
├── pom.xml
├── src
│ └── main
│ └── java
│ └── com
│ └── amsarmada
│ └── database
│ ├── models
│ └── utilityJuan-Carlos Foust
01/15/2021, 10:09 PM[ERROR] /home/jitpack/build/lib/kotlin/database/src/main/java/com/amsarmada/database/models/public_/tables/ProblemSolutionTag.java:[11,38] package com.amsarmada.database.utility does not existJuan-Carlos Foust
01/15/2021, 10:10 PMcom.amsarmada.database.models which imports from the utility module and fails.Juan-Carlos Foust
01/15/2021, 10:11 PMdatabase.utility contains kotlin files while database.models is java (generated jooq models)Juan-Carlos Foust
01/15/2021, 10:11 PMkqr
01/15/2021, 10:13 PMkqr
01/15/2021, 10:15 PMJuan-Carlos Foust
01/15/2021, 10:25 PMJuan-Carlos Foust
01/15/2021, 10:25 PMJuan-Carlos Foust
01/15/2021, 10:25 PMJuan-Carlos Foust
01/15/2021, 10:27 PMkqr
01/15/2021, 10:28 PM