Skip to content

Commit

Permalink
Remove superfluous condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Mar 20, 2024
1 parent 2cfd36e commit 0af2356
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2022 the original author or authors.
* Copyright 2012-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -37,7 +37,6 @@ FlywayProjectContributor flywayProjectContributor() {
}

@Bean
@ConditionalOnRequestedDependency("flyway")
FlywayBuildCustomizer flywayBuildCustomizer(ProjectDescription projectDescription) {
return new FlywayBuildCustomizer(projectDescription);
}
Expand Down

0 comments on commit 0af2356

Please sign in to comment.