This commit is contained in:
2023-11-15 19:09:58 +03:00
parent 2682252d6f
commit 2c3f7fb9e4

View File

@@ -1,11 +1,11 @@
package org.SHSSDK package org.SHSSDK
@Library('SHS.Platforms') _ @Library('SHS.Platforms') _
class SDK2 { class SDK {
def steps def steps
def pl def pl
public SDK2(steps) { public SDK(steps) {
this.steps = steps this.steps = steps
this.pl = new org.SHS.Platforms(this.steps) this.pl = new org.SHS.Platforms(this.steps)
} }