- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- Re: Building custom plugin without internet
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 07:35 AM
12-11-2023 07:35 AM
Building custom plugin without internet
Hi All
i am trying to build a custom plugin where there is no internet. how to refrence the dependencies in build.gradle file? i am not able find any refrence in the documentation,
do you have any sample build.gradle file for no internet access?
- Tags:
- plugin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 07:01 AM
12-12-2023 07:01 AM
Re: Building custom plugin without internet
Thank you @Ollie_Phillips one of the customer dont have internet access from their Linux instances, From their windows env, Gradle is not approved software to download,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 07:38 AM
12-12-2023 07:38 AM
Re: Building custom plugin without internet
Just a thought @rmartha, Docker might be an option on Windows? Gradle versioned images are available.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 09:09 AM
12-11-2023 09:09 AM
Re: Building custom plugin without internet
I think build.gradle can reference local class paths & files. So I imagine you would make all the classes available on the local file system and then modify build.gradle to suit.
This is from the Gradle docs, which covers local file system dependencies:
https://docs.gradle.org/current/userguide/declaring_dependencies.html#sub:file_dependencies
Interested to know why you need to build the plugin offline though?
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]