only publish on pushes to the main branch
All checks were successful
Publish to snapshot maven / build (push) Successful in 18s
All checks were successful
Publish to snapshot maven / build (push) Successful in 18s
This commit is contained in:
parent
b33e11fffa
commit
9b854c7be0
|
@ -1,6 +1,9 @@
|
||||||
name: Publish to snapshot maven
|
name: Publish to snapshot maven
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'mistress'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -55,5 +55,6 @@ fun Project.minecraft(
|
||||||
|
|
||||||
fun Project.loader(version: String){
|
fun Project.loader(version: String){
|
||||||
dependencies.add("implementation", "org.ecorous.esnesnon:nonsense-loader:$version")
|
dependencies.add("implementation", "org.ecorous.esnesnon:nonsense-loader:$version")
|
||||||
|
// TODO how can we make this version not have to be hard-coded?
|
||||||
dependencies.add("annotationProcessor", "net.fabricmc:sponge-mixin:0.13.4+mixin.0.8.5")
|
dependencies.add("annotationProcessor", "net.fabricmc:sponge-mixin:0.13.4+mixin.0.8.5")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue