- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- Building custom plugin without internet
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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.
- 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?