Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd committed Jun 11, 2024
1 parent 27023e8 commit ac84711
Show file tree
Hide file tree
Showing 15 changed files with 89 additions and 424 deletions.
15 changes: 0 additions & 15 deletions .github/dependabot.yml

This file was deleted.

File renamed without changes.
17 changes: 17 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": true,
"extends": [
"config:base",
":semanticCommitsDisabled"
],
"schedule": [
"weekly"
],
"reviewers": [
"strangelookingnerd"
],
"labels": [
"dependencies"
]
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
.idea
.qodana
build
gradle
gradlew
gradlew.bat
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ fun environment(key: String) = providers.environmentVariable(key)

plugins {
id("java") // Java support
alias(libs.plugins.kotlin) // Kotlin support
alias(libs.plugins.gradleIntelliJPlugin) // Gradle IntelliJ Plugin
alias(libs.plugins.changelog) // Gradle Changelog Plugin
alias(libs.plugins.qodana) // Gradle Qodana Plugin
alias(libs.plugins.kover) // Gradle Kover Plugin
id("org.jetbrains.kotlin.jvm").version("2.0.0") // Kotlin support
id("org.jetbrains.intellij").version("1.17.3") // Gradle IntelliJ Plugin
id("org.jetbrains.changelog").version("2.2.0") // Gradle Changelog Plugin
id("org.jetbrains.qodana").version("2024.1.5") // Gradle Qodana Plugin
id("org.jetbrains.kotlinx.kover").version("0.8.1") // Gradle Kover Plugin
}

group = properties("pluginGroup").get()
Expand All @@ -23,7 +23,7 @@ repositories {

// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
dependencies {
// implementation(libs.exampleLibrary)
// none
}

// Set the JVM language level used to build the project.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ platformVersion = 2023.2.6
platformPlugins =

# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 8.7
gradleVersion = 8.8

# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency = false
Expand Down
20 changes: 0 additions & 20 deletions gradle/libs.versions.toml

This file was deleted.

Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
7 changes: 0 additions & 7 deletions gradle/wrapper/gradle-wrapper.properties

This file was deleted.

249 changes: 0 additions & 249 deletions gradlew

This file was deleted.

Loading

0 comments on commit ac84711

Please sign in to comment.