Skip to content

Instantly share code, notes, and snippets.

View uOOOO's full-sized avatar
💤
AFK

SeungHun Choe uOOOO

💤
AFK
  • Seoul, South Korea
View GitHub Profile
@uOOOO
uOOOO / init.gradle.kts
Last active December 28, 2024 16:55
Using local maven repository without modifying gradle scripts in project
initscript {
// Enter a local Maven server URL.
// Hardcode or get from system property.
val localMavenUrl = ""
// This affects the repositories configuration
// in the buildscript block of the top-level build.gradle(.kts).
gradle.rootProject {
buildscript {
repositories {