Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon committed Feb 20, 2025
1 parent b01119c commit 5b07381
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions buildSrc/src/main/kotlin/java-convention.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ plugins {
id("org.checkerframework") version "0.6.48"
}

group = rootProject.group
version = rootProject.version

repositories {
mavenCentral()
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// https://docs.gradle.org/current/userguide/version_catalogs.html#sec:importing-catalog-from-file
/*

include "key.util"
include "key.ui"
/*include "key.ui"
include "key.ncore"
include "key.core"
include "key.core.rifl"
Expand Down

0 comments on commit 5b07381

Please sign in to comment.