Skip to content

Commit

Permalink
Added @internal to ReprofileIpaTask properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Quesar committed Mar 8, 2024
1 parent 938b4d3 commit 48da5f7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@ import lv.ctco.scm.gradle.xcode.XcodeConfiguration

import org.gradle.api.DefaultTask
import org.gradle.api.GradleException
import org.gradle.api.tasks.Internal
import org.gradle.api.tasks.TaskAction

class ReprofileIpaTask extends DefaultTask {

@Internal
MobileExtension ctcoMobile

@Internal
List<Profile> profiles = new ArrayList<>()

public ReprofileIpaTask() {
Expand Down

0 comments on commit 48da5f7

Please sign in to comment.