Skip to content

Commit

Permalink
Merge pull request #254 from brunobowden/version
Browse files Browse the repository at this point in the history
New Version: 0.3.0-alpha
  • Loading branch information
brunobowden committed Jul 1, 2015
2 parents 89f6fa7 + fcd32dd commit d445275
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

// Based on https://plugins.gradle.org/docs/publish-plugin

// First, apply the publishing plugin
plugins {
id "com.gradle.plugin-publish" version "0.9.0"
}
Expand All @@ -33,18 +32,24 @@ task wrapper(type: Wrapper) {
}

group = 'com.github.j2objccontrib.j2objcgradle'
version = '0.2.2-alpha'
version = '0.3.0-alpha'

pluginBundle {
website = 'https://www.github.com/j2objc-contrib/j2objc-gradle/'
vcsUrl = 'https://github.com/j2objc-contrib/j2objc-gradle'
description = 'J2ObjC Gradle Build Plugin'
tags = ['j2objc']
description = 'Gradle Plugin for J2ObjC, which is an open-source tool from Google that translates ' +
'Java source code to Objective-C for the iOS (iPhone/iPad) platform. The plugin is ' +
'not affiliated with Google but was developed by former Google Engineers and others. ' +
'J2ObjC enables Java source to be part of an iOS application\'s build, as no editing ' +
'of the generated files is necessary. The goal is to write an app\'s non-UI code ' +
'(such as application logic and data models) in Java, which is then shared by web ' +
'apps (using GWT), Android apps, and iOS apps.'
tags = ['android', 'java', 'j2objc', 'ios', 'iphone', 'objective-c', 'xcode']

plugins {
j2objcPlugin {
id = 'com.github.j2objccontrib.j2objcgradle'
displayName = 'J2ObjC Gradle Build Plugin'
displayName = 'J2ObjC Gradle Plugin'
}
}
}

0 comments on commit d445275

Please sign in to comment.