Skip to content

Commit

Permalink
feat: "primitive" retrieval
Browse files Browse the repository at this point in the history
* chore: use GitHub Actions for releasing and publishing
* docs: add caveats
  • Loading branch information
ahuemmer committed Feb 4, 2022
1 parent 6c770e4 commit c481881
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,6 @@ publishing {
}
}
}
repositories {
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/ahuemmer/storesthal"
credentials {
username = project.ghActor
password = project.ghToken
}
}
}
}

tocme {
Expand Down

0 comments on commit c481881

Please sign in to comment.