- Update developers in publishing plugin
- Remove
Cleanup
step from main.yml - Update library description in README and in
build.gradle.kts
- Update Usage guide
- Revise the logic in convention-plugins in
buildSrc
and remove everything you don't need
%Stub% and no more spoilers.
Add the dependency:
repositories {
mavenCentral()
}
dependencies {
implementation("com.redmadrobot.%stub%:%stub%:<version>")
}
TODO: Add usage guide
Read the Contributing Guide if you're interested in contribution to the project.