This version of Gauge Intellij plugin only works with Gauge version >= 0.9.0 - getgauge

I have installed Gauge version 1.0.6 on my machine and the intellij version 2019.2 with Gauge plugin version 0.3.16. While creating a new Gauge project i am getting an error as : Error adding module to project: This version of Gauge Intellij plugin only works with Gauge version >= 0.9.0 .

This issue seems to be fixed but a release has not been done yet. Please download the latest nightly plugin from https://plugins.jetbrains.com/plugin/7535-gauge/versions and install it. This may help fix the issue. Refer https://www.jetbrains.com/help/idea/managing-plugins.html for installing plugin archive from disk.
Refer : https://github.com/getgauge/Intellij-Plugin/issues/392

Related

How to exclude SNAPSHOT or other dependencies from Android Studio Gradle suggestions

Android Studio prompts to upgrade dependencies when there are newer versions
A newer version of xxx.yyy:yyy-lib than 1.0.1 is available: 1.1.0-SNAPSHOT
However if you "contaminate" the dependencies with a snapshot, it will still prompt to upgrade. How can you tell Android Studio to ignore snapshot dependencies, or even a problematic version?
Can Dependency Resolution be used to filter the versions? https://docs.gradle.org/current/userguide/dependency_resolution.html

After i added some dependencies in my updated android studio version 4.0.1,

I faces with 3 errors.
*upgrade plugin to version 4.0.1 & sync project
*project may be using a version of gradle that does not contain the method
*Apply gradle plugin
My android gradle plugin version is already 4.0.1 still error is showing upgrade plugin
to version 4.0.1 .
Goto File -> Project Structure
Within the project set Your Gradle version to the latest version.
This might help.

org.gradle.tooling.model.UnsupportedMethodException: Unsupported method: AndroidArtifact.getBuildConfigFields()

I was building my android project on Android Studio 4.2.1.
but I get this error:
org.gradle.tooling.model.UnsupportedMethodException: Unsupported method:
AndroidArtifact.getBuildConfigFields().
The version of Gradle you connect to does not support that method.
To resolve the problem you can change/upgrade the target version of Gradle you connect to.
Alternatively, you can ignore this exception and read other information from the model.
my Gradle version:
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-bin.zip
my Gradle plugin tools version:
com.android.tools.build:gradle:4.1.0-alpha09
The both Gradle and Gradle plugin are the latest versions. The exception says that I need to update/change the connected Gradle version.
I am impossible to upgrade further version because I am already on the latest version. So, the only thing I can do is changing the grade version, but which one?
I was able to build project successfully by using :
classpath 'com.android.tools.build:gradle:4.0.0'
But if you are trying to use jetpack compose you will have to use latest canary version of android studio.

Add Tweetinvi to mono without nuget

I had to make a .NET project in Linux using monodevelop. When I tried monodevelop in Ubuntu I got an error message when I used nuget at certain packages saying my version is 2.8 and I needed 2.12 or earlier.I updated nuget package successfully in terminal but monodevelop uses 2.8 no matter what I do. The nuget package I can't use because of this is Tweetinvi.
In order to solve this I have to either add tweetinvi without using nuget or manage to use nuget 2.12 running from outside monodevelop, which I could not find out how to do.
https://github.com/linvi/tweetinvi
MonoDevelop does not use the NuGet version supplied by Mono that is available from the command line. So updating the command line version of NuGet will not resolve any problems with MonoDevelop.
More recent versions of MonoDevelop use later versions of NuGet.
The last MonoDevelop version 5 release was version 5.10 which supports NuGet 2.8.7.
Support for MonoDevelop 2.12 was added in MonoDevelop 6.0.2. NuGet v3 support was added in MonoDevelop 6.1. Currently MonoDevelop 6 is only available as a FlatPak package unless you build it from source.
If you cannot build MonoDevelop from source you may be able to upgrade NuGet by copying the NuGet.Core.dll from the mono/nuget-binary GitHub repository and copying it into the NuGet addin directory addins/MonoDevelop.PackageManagement, but take a backup copy of the original NuGet.Core.dll before you do that so you can rollback the change if it does not work.
I am the developer of the library and the installation of the library without nuget is not supported on mono because I do not have enough time to look into it.
Tweetinvi supports mono > 4.5 with nuget.

how to install griffon 2.5 with sdkman

How do you install griffon version 2.5? If I run
sdk list griffon
it shows me version 1.5 as latest version.
Griffon 2.x is not available as an sdk candidate because it no longer has a command line of its own. You either use gradle or maven to build Griffon 2.x projects. You have the option to initialize a project using lazybones however that's not a hard requirement, you can create the project from scratch if you like.
Be warned that IntelliJ has a Griffon plugin. This plugin does not work with Griffon 2.x (http://griffon-framework.org/tutorials/1_getting_started.html#_tutorial_1_4) and its usage is discouraged.
AFAIK there's no lazybones support in IntelliJ for project creation.

Resources