Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
Update gradle plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
drodriguezhdez committed Feb 20, 2020
1 parent c95bc27 commit 3284450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5511,7 +5511,7 @@ const core = __importStar(__webpack_require__(310));
const executor = __importStar(__webpack_require__(826));
const exec = __importStar(__webpack_require__(230));
const SCOPE_AGENT_VERSION = "0.3.0";
const SCOPE_GRADLE_PLUGIN_VERSION = "0.1.0";
const SCOPE_GRADLE_PLUGIN_VERSION = "0.1.1-beta.1";
function run() {
return __awaiter(this, void 0, void 0, function* () {
try {
Expand Down
2 changes: 1 addition & 1 deletion src/scope-for-gradle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as executor from './executor'
import * as exec from "@actions/exec";

const SCOPE_AGENT_VERSION = "0.3.0"
const SCOPE_GRADLE_PLUGIN_VERSION = "0.1.0"
const SCOPE_GRADLE_PLUGIN_VERSION = "0.1.1-beta.1"

async function run() {
try {
Expand Down

0 comments on commit 3284450

Please sign in to comment.