Skip to content

Commit

Permalink
Merge pull request #1799 from schemacrawler/fix-distrib
Browse files Browse the repository at this point in the history
Fix creation of distribution
  • Loading branch information
sualeh authored Dec 17, 2024
2 parents 857620a + 9fab665 commit e0ae62f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
github: sualeh
ko_fi: schemacrawler

custom: 'https://www.paypal.me/sualeh'
2 changes: 1 addition & 1 deletion schemacrawler-distrib/src/assembly/main-distribution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
file="${schemacrawler.base-distribution}/sc.db"
todir="${main-distribution.staging.dir}/_testdb" />
<copy
file="${SchemaCrawler.home}/schemacrawler-jdbc-drivers/src/test/resources/cassandra.create-database.cql"
file="${SchemaCrawler.home}/schemacrawler-testdb/src/main/resources/cassandra.create-database.cql"
todir="${main-distribution.staging.dir}/_testdb" />

</target>
Expand Down

0 comments on commit e0ae62f

Please sign in to comment.