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

View File

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