Skip to content

Commit

Permalink
Merge pull request #18 from kosenda/fix/jitpack-settings
Browse files Browse the repository at this point in the history
jitpackの設定修正
  • Loading branch information
kosenda authored Dec 9, 2023
2 parents 3bafadb + 88d602e commit c546f43
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions autosizetable/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ android {
composeOptions {
kotlinCompilerExtensionVersion = libs.versions.androidxComposeCompiler.get()
}

publishing {
singleVariant("release") {
withSourcesJar()
}
}
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ktlint = "1.0.1"

# I'm using it, so no deletions allowed
androidxComposeCompiler = "1.5.4"
autoSizeTable = "0.0.1"
autoSizeTable = "0.0.2"

[libraries]
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activity" }
Expand Down
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jdk:
- openjdk17
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pluginManagement {
google()
mavenCentral()
gradlePluginPortal()
maven { url = uri("https://jitpack.io") }
}
}
dependencyResolutionManagement {
Expand Down

0 comments on commit c546f43

Please sign in to comment.