Skip to content

Commit

Permalink
Add openjdk requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinDelille committed Oct 25, 2022
1 parent 76fc20a commit 872a6a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/openapi-generator/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ class OpenApiGeneratorConan(ConanFile):
def layout(self):
pass

def requirements(self):
self.requires("openjdk/16.0.1")

def package_id(self):
del self.info.settings.arch
del self.info.settings.compiler
Expand Down

0 comments on commit 872a6a5

Please sign in to comment.