Skip to content

Commit b517d51

Browse files
committed
Merge remote-tracking branch 'base/main'
# Conflicts: # README.md # build.gradle.kts # settings.gradle.kts
2 parents 9b1cc2a + 62ae94e commit b517d51

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
rootProject.name = "%NAME%"
2+
3+
dependencyResolutionManagement {
4+
repositories {
5+
mavenCentral()
6+
}
7+
}

README.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ How cool is that?
2626

2727
Right after the [@actions-user][actions-user] actor pushes the second commit to your repository, you're ready to clone it within the IntelliJ IDEA.
2828

29+
> [!IMPORTANT]
30+
>
31+
> Right after opening the project in IntelliJ IDEA, verify if you use at least **Java 17** as Project SDK.
32+
> To do that, visit [Project Structure Settings][docs-project-structure] (<kbd>⌘ Cmd</kbd><kbd>;</kbd> on macOS or <kbd>Ctrl</kbd><kbd>Alt</kbd><kbd>Shift</kbd><kbd>S</kbd> on Windows/Linux).
33+
2934
From now, everything's in your hands!
3035
Join the [Advent of Code][aoc] contest, solve the *Day 01* as soon as it is published.
3136

@@ -125,6 +130,12 @@ fun main() {
125130
}
126131
```
127132

133+
> [!NOTE]
134+
>
135+
> There is a fork of this repository available which utilizes the Amper tool for project configuration, recently [introduced by JetBrains][amper].
136+
>
137+
> For more, see: [Advent of Code Kotlin Template — Amper][amper-template] project.
138+
128139
## Getting help
129140

130141
If you stuck with Kotlin-specific questions or anything related to this template, check out the following resources:
@@ -137,9 +148,9 @@ If you stuck with Kotlin-specific questions or anything related to this template
137148
[actions-user]: https://github.com/actions-user
138149
[aoc]: https://adventofcode.com
139150
[amper]: https://blog.jetbrains.com/blog/2023/11/09/amper-improving-the-build-tooling-user-experience/
140-
[amper-github]: https://github.com/JetBrains/amper
141-
[template]: https://github.com/kotlin-hands-on/advent-of-code-kotlin-template
151+
[amper-template]: https://github.com/kotlin-hands-on/advent-of-code-kotlin-template-amper
142152
[docs]: https://kotlinlang.org/docs/home.html
153+
[docs-project-structure]: https://www.jetbrains.com/help/idea/project-settings-and-structure.html
143154
[issues]: https://github.com/kotlin-hands-on/advent-of-code-kotlin-template/issues
144155
[kiss]: https://en.wikipedia.org/wiki/KISS_principle
145156
[kotlin]: https://kotlinlang.org

gradle/wrapper/gradle-wrapper.jar

-19.8 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)