Skip to content

Instantly share code, notes, and snippets.

View Muirrum's full-sized avatar
🐐

Cara Salter Muirrum

🐐
View GitHub Profile
@Muirrum
Muirrum / build.gradle
Created October 25, 2019 00:27
Github Package Registry Gradle DSL
plugins {
id("maven-publish")
}
publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/OWNER/REPOSITORY")
credentials {

Keybase proof

I hereby claim:

  • I am muirrum on github.
  • I am devosmium (https://keybase.io/devosmium) on keybase.
  • I have a public key ASB48bPfY83SOpconmaEfq8BH7NIL-8X3ZDVygxGqCEzYAo

To claim this, I am signing this object:

General

I'm an Eagle Scout from the Northeast United States. I write mostly in Rust now, but I used to work mainly in Java and Node.JS. Outside of coding, I enjoy hiking and radios.

Current Projects

A discord bot written in Rust using the serenity library.

Past Projects

My first foray into what could be called "real" programming, the OtmasBot is a mess of a file and a repository. The link above takes you to the last commit where those files can be browsed. Much of the commands didn't work, and when they did, they didn't work well. It still ran for a long time though, and it didn't dissuade me from trying again.