I hereby claim:
- I am mirror-kt on github.
- I am mirror_kt (https://keybase.io/mirror_kt) on keybase.
- I have a public key ASB72fv1hNIUzxkuGo8BH1NURbPlesbNw-oGuw-wJCAzZgo
To claim this, I am signing this object:
| use anyhow::{anyhow, Result}; | |
| use tracing::{instrument}; | |
| use tracing_subscriber; | |
| #[instrument(err)] | |
| fn always_err() -> Result<()> { | |
| info!("test"); | |
| return Err(anyhow!("error")); | |
| } |
| This is a collection for usually use workflows on GitHub Actions. |
I hereby claim:
To claim this, I am signing this object:
| import net.minecraftforge.gradle.common.util.RunConfig | |
| import net.minecraftforge.gradle.userdev.UserDevExtension | |
| import org.jetbrains.kotlin.gradle.tasks.KotlinCompile | |
| plugins { | |
| kotlin("jvm") version "1.3.50" | |
| } | |
| val modName: String by extra | |
| val modVersion: String by extra |