Skip to content

Conversation

@Fyusel
Copy link
Contributor

@Fyusel Fyusel commented Aug 22, 2025

Description

relates to #1234

Checklist

  • Issue was linked above
  • No generated code was adjusted manually
  • Changelogs
    • Changelog in the root directory was adjusted
    • Changelog(s) of the service(s) were adjusted
  • VERSION file(s) of the service(s) were adjusted
  • Code format was applied: make fmt
  • Examples were added / adjusted (see examples/ directory)
  • Unit tests got implemented or updated
  • Unit tests are passing: make test (will be checked by CI)
  • No linter issues: make lint (will be checked by CI)

@Fyusel Fyusel requested a review from a team as a code owner August 22, 2025 11:32
@Fyusel Fyusel force-pushed the ft/add-resourcemanager-examples branch from 46f7534 to 650bfb9 Compare August 22, 2025 11:34
@Benjosh95 Benjosh95 mentioned this pull request Aug 26, 2025
11 tasks
@Fyusel Fyusel force-pushed the ft/add-resourcemanager-examples branch 4 times, most recently from 70271b7 to 0ac282e Compare August 27, 2025 08:28
@rubenhoenle rubenhoenle force-pushed the ft/add-resourcemanager-examples branch from 0ac282e to f90d23c Compare September 1, 2025 08:38
@rubenhoenle
Copy link
Member

I would suggest to add the following line to the build.gradle file (the example one, examples/resourcemanager/build.gradle):

ext.mainClassName = 'cloud.stackit.sdk.resourcemanager.examples.ResourcemanagerExample'

This way the example can be run using ./gradlew examples:resourcemanager:execute.


I did the same for IaaS back then:

ext.mainClassName = 'cloud.stackit.sdk.iaas.examples.IaaSExample'

So the examples for IaaS can be run using ./gradlew examples:iaas:execute. I think you get the idea 😄

rubenhoenle
rubenhoenle previously approved these changes Sep 1, 2025
@Fyusel Fyusel force-pushed the ft/add-resourcemanager-examples branch from 0386f83 to 969f61b Compare September 1, 2025 09:04
@rubenhoenle rubenhoenle merged commit 11cd42e into main Sep 1, 2025
3 checks passed
@rubenhoenle rubenhoenle deleted the ft/add-resourcemanager-examples branch September 1, 2025 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants