Skip to content

Instantly share code, notes, and snippets.

@GoldenStack
GoldenStack / build.gradle
Created January 6, 2023 00:41
Fixes "ERROR: No build artifacts found". Pick the one that fits your project.
publishing {
publications {
mavenJava(MavenPublication) {
from components.java
}
}
}
@GoldenStack
GoldenStack / HelloWorld.java
Last active June 22, 2024 07:43
Hello World: Absolute Pain
/* This is the first line: line number one. */
/* This is the beginning of this Java source file (not to be confused with a Java class file). */
/////////////////////////////////////////////////////////////////////
// IMPORTANT NOTE: //
// //
// Apparently people are skeptical that this was written by hand. //
// (See https://goldenstack.net/skeptical.png) //
// I promise that this was one hundred percent handwritten. //
// //