Skip to content

Commit

Permalink
commons-io not needed in buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Oct 21, 2024
1 parent ab073a2 commit d4587f5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ buildscript {
maven { url "https://repo.grails.org/grails/core" }
}
dependencies {
classpath "commons-io:commons-io:${project['commons-io.version']}"
classpath "io.github.gradle-nexus:publish-plugin:$gradleNexusPublishPluginVersion"
classpath "com.netflix.nebula:gradle-extra-configurations-plugin:$gradleExtraConfigurationsPluginVersion"
classpath "com.bmuschko:gradle-nexus-plugin:$gradleNexusPluginVersion"
Expand Down
3 changes: 1 addition & 2 deletions dependabot/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated on Mon Oct 21 14:15:41 PDT 2024 by: ./gradlew :grails-bom:dependabotBuild
// Generated on Mon Oct 21 14:20:05 PDT 2024 by: ./gradlew :grails-bom:dependabotBuild
plugins {
id 'java-library'
}
Expand All @@ -10,7 +10,6 @@ dependencies {
api "com.bertramlabs.plugins:asset-pipeline-grails:${project['asset-pipeline-grails.version']}"
api "net.bytebuddy:byte-buddy:${project['byte-buddy.version']}"
api "commons-codec:commons-codec:${project['commons-codec.version']}"
api "commons-io:commons-io:${project['commons-io.version']}"
api "org.apache.commons:commons-text:${project['commons-text.version']}"
api "org.grails.plugins:converters:${project['converters.version']}"
api "io.methvin:directory-watcher:${project['directory-watcher.version']}"
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1536M -XX:MaxMetaspaceSize=1024M

# Generated on Mon Oct 21 14:15:41 PDT 2024 by: ./gradlew :grails-bom:syncProps
# Generated on Mon Oct 21 14:20:05 PDT 2024 by: ./gradlew :grails-bom:syncProps
# Only version value modifications allowed after this point. Do not insert or change version names.
ant.version=1.10.15
asciidoctorj.version=3.0.0
asset-pipeline-grails.version=5.0.1
byte-buddy.version=1.15.5
commons-codec.version=1.17.1
commons-io.version=2.17.0
commons-text.version=1.12.0
converters.version=6.0.0-SNAPSHOT
directory-watcher.version=0.18.0
Expand Down
1 change: 0 additions & 1 deletion grails-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ ext {
com.github.javaparser:javaparser-core::
com.h2database:h2::
commons-codec:commons-codec::
commons-io:commons-io::
io.methvin:directory-watcher::
jline:jline::
net.bytebuddy:byte-buddy::
Expand Down

0 comments on commit d4587f5

Please sign in to comment.