Skip to content

Commit

Permalink
release: v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zqq90 committed Aug 24, 2024
1 parent bc72be3 commit f1271f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
configurations.all { resolutionStrategy.cacheChangingModulesFor 0, 'seconds' }
}
//buildscript {
// configurations.all { resolutionStrategy.cacheChangingModulesFor 0, 'seconds' }
//}
plugins {
alias libs.plugins.license

Expand All @@ -10,7 +10,7 @@ plugins {
}

group 'org.febit'
version '3.1.1-SNAPSHOT'
version '3.1.1'

description = 'Febit Commons'

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ commons-compress = '1.27.1'
commons-exec = '1.4.0'
commons-io = '2.16.1'
commons-lang3 = '3.16.0'
febit-devkit = '1.4.0-SNAPSHOT'
febit-devkit = '1.4.0'
hierynomus-license = '0.16.1'
jackson = '2.17.2'
jcommander = '2.0'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
// maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
}

Expand Down

0 comments on commit f1271f1

Please sign in to comment.