Slackbot
10/04/2023, 7:17 PMseanoc5
10/04/2023, 8:16 PMpublishToMavenLocal under publishing
• build.gradle
◦ add repo: mavenLocal() (first)
◦ add buildscript dependencies:
▪︎ classpath "io.github.gpcgrails taggable plugin4.0.0-SNAPSHOT"
◦ and regular dependencies:
▪︎ implementation 'io.github.gpcgrails taggable plugin4.0.0-SNAPSHOT' (same)
• no need to add apply pluginseanoc5
10/04/2023, 8:17 PM