generated from odpi/egeria-template-newrepo
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from atruvia/main
Adjustments for building with CUSTOM_REPOSITORIES (e.g Nexus)
- Loading branch information
Showing
3 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
* Copyright Contributors to the ODPi Egeria project. | ||
*/ | ||
|
||
// Can pin plugin versions here as needed | ||
pluginManagement { | ||
plugins { | ||
} | ||
} | ||
rootProject.name = 'egeria-connector-integration-event-schema' | ||
|
||
// For multi modules, list each *project name* here | ||
// include(':egeria-connector-postgres') | ||
|
||
// These define the project names. For now we'll keep them the same as the directory | ||
// Not needed if the project name desired exactly matches the directory name | ||
//project(':egeria-connector-postgres').projectDir = file('egeria-connector-postgres-directory') |