8 lines
115 B
Plaintext
8 lines
115 B
Plaintext
plugins {
|
|
id("advent-of-code-downloader")
|
|
}
|
|
|
|
adventOfCode {
|
|
session = file(".session").readText().trim()
|
|
}
|