Skip to content

Commit

Permalink
Merge pull request #676 from homebysix/20241226-jss
Browse files Browse the repository at this point in the history
Deprecate JSS recipes
  • Loading branch information
homebysix authored Dec 26, 2024
2 parents 9744a6b + 0efebfa commit 5902a69
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion jss_helper/jss_helper.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,18 @@
<string>jss_helper</string>
</dict>
<key>MinimumVersion</key>
<string>0.5.0</string>
<string>1.1</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>warning_message</key>
<string>PythonJSS, which jss_helper requires, is no longer maintained. This recipe is deprecated and will be removed in the future.</string>
</dict>
<key>Processor</key>
<string>DeprecationWarning</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
Expand Down

0 comments on commit 5902a69

Please sign in to comment.